2001-12-06 23:53:58 +00:00
|
|
|
EXTRA_DIST = ChangeLog
|
|
|
|
|
|
|
|
INCLUDES = \
|
2002-06-18 19:29:45 +00:00
|
|
|
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
2001-12-06 23:53:58 +00:00
|
|
|
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
|
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
|
|
|
-I$(top_srcdir)/ \
|
|
|
|
@CAPPLET_CFLAGS@
|
|
|
|
|
2002-01-28 22:40:28 +00:00
|
|
|
noinst_LTLIBRARIES = libbackground.la
|
2001-12-06 23:53:58 +00:00
|
|
|
|
2002-01-28 22:40:28 +00:00
|
|
|
libbackground_la_SOURCES = \
|
2001-12-06 23:53:58 +00:00
|
|
|
applier.c applier.h \
|
2002-03-10 00:37:09 +00:00
|
|
|
preferences.c preferences.h \
|
|
|
|
preview-file-selection.c preview-file-selection.h
|