2008-02-06 Jens Granseuer <jensgr@gmx.net> * configure.in: remove some cruft from the configure script, and give libbackground its own settings so we can use it from gnome-settings-daemon, too 2008-02-06 Jens Granseuer <jensgr@gmx.net> * Makefile.am: use LIBBACKGROUND_{CFLAGS,...} instead of CAPPLET_... so we can use libbackground from gnome-settings-daemon, too svn path=/trunk/; revision=8451
12 lines
270 B
Makefile
12 lines
270 B
Makefile
EXTRA_DIST = ChangeLog
|
|
|
|
INCLUDES = \
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
|
-I$(top_srcdir)/ \
|
|
@LIBBACKGROUND_CFLAGS@
|
|
|
|
noinst_LTLIBRARIES = libbackground.la
|
|
|
|
libbackground_la_SOURCES = \
|
|
preferences.c preferences.h
|