diff options
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 32c2e1a00d..6937db2e1b 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -312,5 +312,9 @@ $(gen)/gen-src.mk: $(gen)/timestamp mv $@-t $@ endif +maintainer-clean: + rm -f $(gentools_srcdir)/*.class + rm -f $(BUILT_SOURCES) + # Force build during dist phase so help2man will work. dist-hook: $(lib_LTLIBRARIES) $(sbin_PROGRAMS) |
