2005-02-10 Rodney Dawes <dobey@novell.com> * Makefile.am: Don't define GNOME_ICONDIR as libbackground does not use it in any of the code
13 lines
308 B
Makefile
13 lines
308 B
Makefile
EXTRA_DIST = ChangeLog
|
|
|
|
INCLUDES = \
|
|
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
|
-I$(top_srcdir)/ \
|
|
@CAPPLET_CFLAGS@
|
|
|
|
noinst_LTLIBRARIES = libbackground.la
|
|
|
|
libbackground_la_SOURCES = \
|
|
applier.c applier.h \
|
|
preferences.c preferences.h
|