2001-10-13 17:26:48 +00:00
|
|
|
EXTRA_DIST = ChangeLog wrapper-script.in Bonobo_Control_Capplet_generic.oaf.in
|
2001-07-13 18:51:28 +00:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
|
|
|
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
|
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
|
|
|
-I$(top_srcdir)/ \
|
2002-03-20 03:30:11 +00:00
|
|
|
-I$(top_srcdir)/libbackground \
|
2001-07-13 18:51:28 +00:00
|
|
|
@CAPPLET_CFLAGS@
|
2002-03-20 03:30:11 +00:00
|
|
|
|
2001-07-13 18:51:28 +00:00
|
|
|
|
2002-03-20 03:30:11 +00:00
|
|
|
noinst_LTLIBRARIES = libcommon.la
|
2001-07-13 18:51:28 +00:00
|
|
|
|
2002-03-20 03:30:11 +00:00
|
|
|
libcommon_la_SOURCES = \
|
2002-03-11 01:45:11 +00:00
|
|
|
activate-settings-daemon.c activate-settings-daemon.h \
|
2001-07-25 17:26:17 +00:00
|
|
|
capplet-util.c capplet-util.h \
|
2001-11-10 20:52:31 +00:00
|
|
|
gconf-property-editor.c gconf-property-editor.h \
|
2002-03-17 21:27:09 +00:00
|
|
|
gconf-property-editor-marshal.c gconf-property-editor-marshal.h \
|
|
|
|
theme-common.c theme-common.h
|
2002-03-20 03:30:11 +00:00
|
|
|
|
|
|
|
libcommon_la_LIBADD = $(top_builddir)/libbackground/libbackground.la
|