From 3f8efae18f3adb2f017ea90baf7d25f3ad94c535 Mon Sep 17 00:00:00 2001 From: Bradford Hovinen Date: Mon, 14 Jan 2002 18:39:01 +0000 Subject: [PATCH] Update 2002-01-14 Bradford Hovinen * Makefile.am: Update --- capplets/ui-properties/ChangeLog | 2 ++ capplets/ui-properties/Makefile.am | 20 ++++---------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/capplets/ui-properties/ChangeLog b/capplets/ui-properties/ChangeLog index 553f023ff..35211b02f 100644 --- a/capplets/ui-properties/ChangeLog +++ b/capplets/ui-properties/ChangeLog @@ -1,5 +1,7 @@ 2002-01-14 Bradford Hovinen + * Makefile.am: Update + * main.c (main): Remove Ximian archiver stuff 2002-01-14 Richard Hestilow diff --git a/capplets/ui-properties/Makefile.am b/capplets/ui-properties/Makefile.am index 7148962ea..56e697dac 100644 --- a/capplets/ui-properties/Makefile.am +++ b/capplets/ui-properties/Makefile.am @@ -1,5 +1,3 @@ -cappletname = behavior -cappletgroup = "Advanced/" bin_PROGRAMS = ui-properties ui_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) @@ -11,21 +9,11 @@ ui_properties_SOURCES = \ preferences.c preferences.h\ main.c -pixmap_DATA = - -## -## You should not need to modify anything below this line -## @INTLTOOL_DESKTOP_RULE@ -@GNOMECC_CAPPLETS_DESKTOP_IN_RULE@ + +desktopdir = $(GNOMECC_DATA_DIR)/capplets/Advanced +desktop_DATA = behavior.desktop INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) -EXTRA_DIST = $(GNOMECC_CAPPLETS_EXTRA_DIST) -iconsdir = $(GNOMECC_ICONS_DIR) -Gladedir = $(GNOMECC_GLADE_DIR) -pixmapdir = $(GNOMECC_PIXMAPS_DIR) -Glade_DATA = $(cappletname)-properties.glade -icons_DATA = $(cappletname)-capplet.png -desktop = $(cappletname).desktop -all-local: $(desktop) +EXTRA_DIST = $(Glade_DATA) $(desktop_DATA)