gnome-control-center/capplets/theme-switcher/Makefile.am
Richard Hestilow ee51ddb4a8 Fix call to gnome_capplet_init.
2001-07-16  Richard Hestilow  <hestilow@ximian.com>

	* capplets/file-types/file-types-capplet.c: Fix call to
	gnome_capplet_init.

	* capplets/mime-type/mime-type-capplet.c: Ditto.

	* capplets/ui-properties/main.c: Ditto.

	* capplets/theme-switcher: Rename binary, .desktop, etc to
	"gtk-theme-selector". Change description/name in .desktop too.
2001-07-16 20:51:29 +00:00

29 lines
681 B
Makefile

INCLUDES = -I. -I$(srcdir) \
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
-I$(srcdir)/../../libcapplet \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
@CAPPLET_CFLAGS@
bin_PROGRAMS = gtk-theme-selector-capplet
gtk_theme_selector_capplet_SOURCES = \
da.h \
file.c \
globals.c \
lister.c \
main.c \
signals.c \
demo.c \
gui.c \
install.c
gtk_theme_selector_capplet_LDADD = @CAPPLET_LIBS@
EXTRA_DIST = \
gtk-theme-selector.desktop
sysdir = $(datadir)/control-center/capplets/Advanced
sys_DATA = gtk-theme-selector.desktop
psysdir = $(datadir)/gnome/apps/Settings/Advanced
psys_DATA = gtk-theme-selector.desktop