summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-09-20 08:01:13 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-09-20 08:01:13 +0000
commit3e42a5b9049a149566a0d00429c693d76fbf6a83 (patch)
tree5f2fd9303755a94bafb335cd91bd1491bf515236
parent8972c4bde2f723e6a1e4ae25f8522d946041dc29 (diff)
downloadnautilus-3e42a5b9049a149566a0d00429c693d76fbf6a83.tar.gz
Add CLEANFILES so that make clean deletes $(server_DATA) andNEW_SIDE_PANE_BRANCHPOINT
* 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.am1
-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
9 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fc54ab4e..d7fa5364c 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-19 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/gnome-icon-lookup.c:
diff --git a/components/adapter/Makefile.am b/components/adapter/Makefile.am
index bd1f90994..45dc52cd0 100644
--- a/components/adapter/Makefile.am
+++ b/components/adapter/Makefile.am
@@ -50,3 +50,4 @@ 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