2001-12-20 Bradford Hovinen <hovinen@ximian.com> * schemas/Makefile.am (schema_DATA): Add background, screensaver files (install-data-local): Allow specification of multiple schema files * capplets/default-applications/Makefile.am: Clean up
20 lines
637 B
Makefile
20 lines
637 B
Makefile
bin_PROGRAMS = gnome-background-properties
|
|
|
|
gnome_background_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libbackground/libbackground.a
|
|
gnome_background_properties_SOURCES = background-properties-capplet.c
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
Gladedir = $(GNOMECC_GLADE_DIR)
|
|
Glade_DATA = background-properties.glade
|
|
|
|
iconsdir = $(GNOMECC_ICONS_DIR)
|
|
icons_DATA = background-capplet.png
|
|
|
|
desktopdir = $(GNOMECC_DESKTOP_DIR)
|
|
desktop_DATA = background.desktop
|
|
|
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) -I$(top_srcdir)/libbackground
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
|
EXTRA_DIST = $(Glade_DATA) $(icons_DATA) $(desktop_DATA)
|
|
|