Skip to content

Commit

Permalink
Makefile.am: Add missing files to distribution, improve maintainer-clean
Browse files Browse the repository at this point in the history
Add missing files needed for regenerating configure to the distribution;
add MAINTAINERS; improve maintainer-clean to produce a really clean tree.

Signed-off-by: Martin Lucina <[email protected]>
  • Loading branch information
mato authored and sustrik committed Oct 15, 2010
1 parent 3b3df73 commit 3cf01bf
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ SUBDIRS = src doc perf devices
DIST_SUBDIRS = src doc perf devices builds/msvc

EXTRA_DIST = \
$(top_srcdir)/version.sh \
$(top_srcdir)/foreign/openpgm/@[email protected] \
$(top_srcdir)/foreign/xmlParser/xmlParser.cpp \
$(top_srcdir)/foreign/xmlParser/xmlParser.hpp
autogen.sh \
version.sh \
MAINTAINERS \
foreign/openpgm/@[email protected] \
foreign/xmlParser/xmlParser.cpp \
foreign/xmlParser/xmlParser.hpp
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \
$(srcdir)/autom4te.cache \
$(srcdir)/configure \
`find "$(srcdir)" -type f -name Makefile.in -print`

dist-hook:
@if test -d "$(srcdir)/.git"; \
Expand All @@ -27,4 +34,5 @@ dist-hook:
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@
distclean-local:
-rm -rf $(top_srcdir)/foreign/openpgm/@pgm_basename@

maintainer-clean-local:
-rm -rf $(top_srcdir)/config

0 comments on commit 3cf01bf

Please sign in to comment.