aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-29 08:02:19 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-29 08:02:19 +0000
commite2f4b545d746c1dd74f9fff2825e3b8e51628e41 (patch)
treee48eeccefe685dbc6a6df199999c56dd3b487c6b /ui
parent110795132b402370b008b48d65ab077b3120dd6c (diff)
When clean remove also *.moc.cpp / *.rrc.ccp and ui_*.h ...
svn path=/trunk/; revision=53639
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 64e7d13bd5..18def5f7a0 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -31,9 +31,12 @@ endif
noinst_LIBRARIES = libqtui.a
CLEANFILES = \
- libqtui.a \
- wireshark-tap-register.c-tmp \
- wireshark-tap-register-cache.pkl \
+ libqtui.a \
+ wireshark-tap-register.c-tmp \
+ wireshark-tap-register-cache.pkl \
+ *.moc.cpp \
+ *.rrc.cpp \
+ ui_*.h
*~
DISTCLEANFILES = \