2002-06-18 jacob berkman <jacob@ximian.com> * configure.in: * archiver/Makefile.am: * capplets/common/Makefile.am: * control-center/Makefile.am: * libbackground/Makefile.am: * libwindow-settings/Makefile.am: * root-manager/Makefile.am: fixup localedir to work with solaris gettext (fixes bug #83616)
15 lines
414 B
Makefile
15 lines
414 B
Makefile
EXTRA_DIST = ChangeLog
|
|
|
|
INCLUDES = \
|
|
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
|
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
|
-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 \
|
|
preview-file-selection.c preview-file-selection.h
|