Removed references to obsolete capplets (GNOMECC_CAPPLETS_EXTRA_DIST,
2002-01-14 Bradford Hovinen <hovinen@ximian.com> * configure.in: Removed references to obsolete capplets (GNOMECC_CAPPLETS_EXTRA_DIST, GNOMECC_CAPPLETS_CLEANFILES): Update * capplets/Makefile.am (SUBDIRS): Remove obsolete wm-properties and url-properties * Makefile.am: capplets/theme-selector/Update
This commit is contained in:
parent
7dc5a3ede1
commit
56d19870d2
2 changed files with 11 additions and 31 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* Makefile.am: Update
|
||||
|
||||
2002-01-04 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* control/Makefile.am (gnome_theme_preview_LDADD): Use
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue