summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-11-19 13:16:02 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-11-19 13:16:02 +0000
commit8eb8a6dddc40e89e914b38b585a969294e8fecd3 (patch)
tree214b87559c7b6c6c3f3ed9f66968fbc1107f455b /components
parentd327ee35d3bf43987deab4c98aa5f18aafeab416 (diff)
downloadnautilus-8eb8a6dddc40e89e914b38b585a969294e8fecd3.tar.gz
Add CLEANFILES so that make clean deletes $(server_DATA) and
* 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 This change should have been made on September 20th * libnautilus-private/nautilus-icon-container.c (button_press_event): Get double_click_time from GtkSettings property instead of using hardcoded value. This fixes bug #92372.
Diffstat (limited to 'components')
-rw-r--r--components/text/Makefile.am1
-rw-r--r--components/throbber/Makefile.am1
-rw-r--r--components/tree/Makefile.am1
3 files changed, 3 insertions, 0 deletions
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