diff options
author | jacob berkman <jacob@ximian.com> | 2002-03-05 19:47:29 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-03-05 19:47:29 +0000 |
commit | e01a6b6d0476adaee0bbdd6909386e8c2cf90570 (patch) | |
tree | de6d1adb8f712e9f9461ec8972dce396a9bcfc87 /control-center | |
parent | b2ecc2281524cb771feb74e8871a57a3ea65d326 (diff) | |
download | gnome-control-center-e01a6b6d0476adaee0bbdd6909386e8c2cf90570.tar.gz |
clean up; remove some duplicate / obsolete paths and bogus INCLUDE path
2002-03-05 jacob berkman <jacob@ximian.com>
* Makefile.am: clean up; remove some duplicate / obsolete paths
and bogus INCLUDE path
Diffstat (limited to 'control-center')
-rw-r--r-- | control-center/ChangeLog | 5 | ||||
-rw-r--r-- | control-center/Makefile.am | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/control-center/ChangeLog b/control-center/ChangeLog index 3e2c9bcb0..adfd366ab 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,8 @@ +2002-03-05 jacob berkman <jacob@ximian.com> + + * Makefile.am: clean up; remove some duplicate / obsolete paths + and bogus INCLUDE path + 2002-02-28 Zbigniew Chyla <cyba@gnome.pl> * capplet-dir.c (capplet_new, capplet_dir_new): diff --git a/control-center/Makefile.am b/control-center/Makefile.am index 04b0e0d6e..c2237ede3 100644 --- a/control-center/Makefile.am +++ b/control-center/Makefile.am @@ -1,4 +1,4 @@ -appicondir = $(datadir)/control-center-2/icons +appicondir = $(GNOMECC_ICONS_DIR) appicon_DATA = control-center.png splashdir = $(datadir)/pixmaps/gnomecc-2 @@ -13,7 +13,7 @@ sys_in_files = gnomecc.desktop.in sys_DATA = $(sys_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -gladedir = $(datadir)/control-center-2/interfaces +gladedir = $(GNOMECC_GLADE_DIR) glade_DATA = \ gnomecc.glade \ gnome-lockscreen.png \ @@ -24,13 +24,11 @@ glade_DATA = \ INCLUDES = \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DGLADEDIR=\""$(datadir)/control-center-2/interfaces"\" \ - -DVERSION=\""$(VERSION)"\" \ - -DSETTINGS_DIR=\""$(datadir)/control-center-2/capplets"\" \ + -DGLADEDIR=\""$(gladedir)"\" \ + -DSETTINGS_DIR=\""$(GNOMECC_DESKTOP_DIR)"\" \ -DPIXMAPS_DIR=\""$(appicondir)"\" \ -DART_DIR=\""$(splashdir)"\" \ -DGNOME_SBINDIR=\""$(sbindir)"\" \ - -I/gnome/head/INSTALL/include/gnome-desktop-2.0 \ @GNOMECC_CFLAGS@ bin_PROGRAMS = gnome2-control-center @@ -44,12 +42,8 @@ gnome2_control_center_SOURCES = \ # capplet-dir-view-tree.c -gnome2_control_center_LDADD = \ - @GNOMECC_LIBS@ \ - -lgnome-desktop-2 +gnome2_control_center_LDADD = $(GNOMECC_LIBS) EXTRA_DIST = gnomecc.desktop.in $(appicon_DATA) $(splash_DATA) $(glade_DATA) -paneldir = $(datadir)/gnome/apps/Settings - CLEANFILES=gnomecc.desktop |