summaryrefslogtreecommitdiff
path: root/components/hardware/Makefile.am
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 /components/hardware/Makefile.am
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
Diffstat (limited to 'components/hardware/Makefile.am')
-rw-r--r--components/hardware/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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