summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-09-20 07:44:03 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-09-20 07:44:03 +0000
commit059debaf2fc0542ae4bf73cdab6af2ba63bb495c (patch)
tree4ed4756de9516755443ba173cf2fd7fa39df7e1a
parente1db89d9a2c1ee1159f7e82d09f039c235a4bdb5 (diff)
downloadnautilus-059debaf2fc0542ae4bf73cdab6af2ba63bb495c.tar.gz
Add CLEANFILES so that make clean deletes $(server_DATA) and
* components/adapter/Makefile.am: * components/hardware/Makefile.am: * components/history/Makefile.am: * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/music/Makefile.am: * components/notes/Makefile.am: * components/sample/Makefile.am: * components/text/Makefile.am: * components/throbber/Makefile.am: * components/tree/Makefile.am: Add CLEANFILES so that make clean deletes $(server_DATA) and $(server_DATA).in
-rw-r--r--ChangeLog16
-rw-r--r--components/adapter/Makefile.am2
-rw-r--r--components/hardware/Makefile.am3
-rw-r--r--components/history/Makefile.am1
-rw-r--r--components/loser/content/Makefile.am1
-rw-r--r--components/loser/sidebar/Makefile.am1
-rw-r--r--components/music/Makefile.am1
-rw-r--r--components/notes/Makefile.am1
-rw-r--r--components/sample/Makefile.am1
-rw-r--r--components/text/Makefile.am1
-rw-r--r--components/throbber/Makefile.am1
-rw-r--r--components/tree/Makefile.am1
12 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77d060a3d..08e6e772a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-09-20 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * components/adapter/Makefile.am:
+ * components/hardware/Makefile.am:
+ * components/history/Makefile.am:
+ * components/loser/content/Makefile.am:
+ * components/loser/sidebar/Makefile.am:
+ * components/music/Makefile.am:
+ * components/notes/Makefile.am:
+ * components/sample/Makefile.am:
+ * components/text/Makefile.am:
+ * components/throbber/Makefile.am:
+ * components/tree/Makefile.am:
+ Add CLEANFILES so that make clean deletes $(server_DATA) and
+ $(server_DATA).in
+
2002-09-15 Dave Camp <dave@ximian.com>
Fixes bug #89616.
diff --git a/components/adapter/Makefile.am b/components/adapter/Makefile.am
index bd1f90994..ebe131511 100644
--- a/components/adapter/Makefile.am
+++ b/components/adapter/Makefile.am
@@ -50,3 +50,5 @@ nautilus_adapter_LDADD = \
$(NULL)
EXTRA_DIST = $(server_in_files).in
+
+CLEANFILES = $(server_in_files) $(server_DATA)
diff --git a/components/hardware/Makefile.am b/components/hardware/Makefile.am
index d9fd0968f..7700dd6d9 100644
--- a/components/hardware/Makefile.am
+++ b/components/hardware/Makefile.am
@@ -35,3 +35,6 @@ nautilus_hardware_view_LDADD = \
EXTRA_DIST = $(server_in_files) $(nautilus_hardware_view_SOURCES)
+if ENABLE_HARDWARE_VIEW
+CLEANFILES = $(server_DATA) $(server_DATA).in
+endif
diff --git a/components/history/Makefile.am b/components/history/Makefile.am
index 2471a6f5e..79f0b6488 100644
--- a/components/history/Makefile.am
+++ b/components/history/Makefile.am
@@ -32,3 +32,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST=$(server_in_files)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/loser/content/Makefile.am b/components/loser/content/Makefile.am
index 2f9865730..13070be69 100644
--- a/components/loser/content/Makefile.am
+++ b/components/loser/content/Makefile.am
@@ -32,3 +32,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST=$(server_in_files) $(ui_DATA)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/loser/sidebar/Makefile.am b/components/loser/sidebar/Makefile.am
index 379bf7a0c..c22d9f9e8 100644
--- a/components/loser/sidebar/Makefile.am
+++ b/components/loser/sidebar/Makefile.am
@@ -32,3 +32,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST=$(server_in_files) $(ui_DATA)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/music/Makefile.am b/components/music/Makefile.am
index ae70049c2..e4c0f9ab6 100644
--- a/components/music/Makefile.am
+++ b/components/music/Makefile.am
@@ -72,3 +72,4 @@ EXTRA_DIST=$(server_in_files) $(platform_source) \
fileinfo.c \
getbits.c \
$(NULL)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/notes/Makefile.am b/components/notes/Makefile.am
index cdacdf949..1888a8e63 100644
--- a/components/notes/Makefile.am
+++ b/components/notes/Makefile.am
@@ -30,3 +30,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST= $(server_in_files)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/sample/Makefile.am b/components/sample/Makefile.am
index d1b027dd0..4b5e619cb 100644
--- a/components/sample/Makefile.am
+++ b/components/sample/Makefile.am
@@ -36,3 +36,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST = $(server_in_files) $(ui_DATA)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/text/Makefile.am b/components/text/Makefile.am
index f75de1671..82558ed1f 100644
--- a/components/text/Makefile.am
+++ b/components/text/Makefile.am
@@ -34,3 +34,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST = $(server_in_files) $(nautilus_text_view_SOURCES)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/throbber/Makefile.am b/components/throbber/Makefile.am
index 92aede743..3405b68a8 100644
--- a/components/throbber/Makefile.am
+++ b/components/throbber/Makefile.am
@@ -31,3 +31,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST = $(server_in_files)
+CLEANFILES = $(server_DATA) $(server_DATA).in
diff --git a/components/tree/Makefile.am b/components/tree/Makefile.am
index 0f9bd1a9c..9e6e6da4b 100644
--- a/components/tree/Makefile.am
+++ b/components/tree/Makefile.am
@@ -38,3 +38,4 @@ $(server_in_files:.server.in.in=.server.in): $(server_in_files)
@INTLTOOL_SERVER_RULE@
EXTRA_DIST = $(server_in_files)
+CLEANFILES = $(server_DATA) $(server_DATA).in