From: Yann E. MORIN" Date: Mon, 9 Apr 2012 16:38:14 +0000 (+0200) Subject: frontends/qconf: clean generated files X-Git-Tag: v3.4.0-0~18 X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=commitdiff_plain;h=a4d33539e3330d6412abf485cb0d5ecf334ff0e1 frontends/qconf: clean generated files Signed-off-by: "Yann E. MORIN" --- diff --git a/frontends/qconf/Makefile.am b/frontends/qconf/Makefile.am index 361ec62..f14164e 100644 --- a/frontends/qconf/Makefile.am +++ b/frontends/qconf/Makefile.am @@ -12,6 +12,7 @@ qconf_CXXFLAGS = $(AM_CXXFLAGS) \ qconf_LDADD = $(top_builddir)/libs/parser/libkconfigparser.la \ $(top_builddir)/libs/images/libimages.a \ $(qt4_LIBS) $(qconf_EXTRA_LIBS) +CLEANFILES = qconf.moc .h.moc: $(MOC) -i $< -o $@