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 \ file.c \ globals.c \ lister.c \ main.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 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)