aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-10 08:04:27 +0000
commit5b442f22791e5a2afcfeeff62d5dc409ae6248f5 (patch)
tree1afde7e0fe277ae06782ac3953569f6f16b2b4fc /gtk/Makefile.am
parent85f38ef5fa8580ecaab29c102bcb6ccf792bc504 (diff)
After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"
returned quite a list of files. Add them to MAINTAINERCLEANFILES. Whitespace changes (replace multiple spaces by TABs, in a few cases this needed to be done at the beginning of Makefile lines. svn path=/trunk/; revision=14891
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 0806e37445..45b5db1905 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -29,8 +29,9 @@ CLEANFILES = \
libui.a \
*~
-MAINTAINERCLEANFILES = \
- $(GENERATED_FILES)
+MAINTAINERCLEANFILES = \
+ $(GENERATED_FILES) \
+ Makefile.in
ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
@echo Making ethereal-tap-register.c
@@ -94,7 +95,7 @@ noinst_HEADERS = \
tap_dfilter_dlg.h \
tap_menu.h \
text_page.h \
- toolbar.h \
+ toolbar.h \
ui_util.h \
voip_calls.h \
voip_calls_dlg.h \