diff --git a/capplets/theme-switcher/ChangeLog b/capplets/theme-switcher/ChangeLog index 9f8ead318..8c954d8a0 100644 --- a/capplets/theme-switcher/ChangeLog +++ b/capplets/theme-switcher/ChangeLog @@ -1,3 +1,7 @@ +2002-01-14 Bradford Hovinen + + * Makefile.am: Update + 2002-01-04 Bradford Hovinen * control/Makefile.am (gnome_theme_preview_LDADD): Use diff --git a/capplets/theme-switcher/Makefile.am b/capplets/theme-switcher/Makefile.am index f58500303..8e1e860fe 100644 --- a/capplets/theme-switcher/Makefile.am +++ b/capplets/theme-switcher/Makefile.am @@ -1,47 +1,23 @@ SUBDIRS = control -cappletname = gtk-theme-selector -cappletgroup = "Advanced/" bin_PROGRAMS = gtk-theme-selector-capplet gtk_theme_selector_capplet_LDADD = $(GNOMECC_CAPPLETS_LIBS) gtk_theme_selector_capplet_SOURCES = \ - da.h \ + da.h \ file.c \ - globals.c \ - lister.c \ + globals.c \ + lister.c \ main.c \ - signals.c \ + signals.c \ gui.c \ install.c -pixmap_DATA = - -schema_DATA = gtk-theme-switcher.schemas -schemadir = $(sysconfdir)/gconf/schemas - -## -## You should not need to modify anything below this line -## @INTLTOOL_DESKTOP_RULE@ -## @GNOMECC_CAPPLETS_DESKTOP_IN_RULE@ -$(desktop).in: %.desktop.in: %.desktop.in.in - sed s#Icon=.\*#Icon=$(GNOMECC_ICONS_DIR)/${cappletname}-capplet.png# < $< \> ${cappletname}.desktop.in -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(datadir)/control-center/capplets/$(cappletgroup) - $(INSTALL_DATA) $(desktop) $(DESTDIR)$(datadir)/control-center/capplets/$(cappletgroup)$(desktop) - GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) - -install-data-am: install-data-local +desktopdir = $(GNOMECC_DATA_DIR)/capplets/Advanced +desktop_DATA = gtk-theme-selector.desktop INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) -EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) -iconsdir = $(GNOMECC_DATA_DIR)/icons -Gladedir = $(GNOMECC_DATA_DIR)/interfaces -pixmapdir = $(GNOMECC_DATA_DIR)/pixmaps -Glade_DATA = $(cappletname)-properties.glade -icons_DATA = $(cappletname)-capplet.png -desktop = $(cappletname).desktop -all-local: $(desktop) +EXTRA_DIST = $(Glade_DATA) $(desktop_DATA)