Apply fix for 2546 from lincoln. Many thanks.
[ardour.git] / libs / sigc++2 / Makefile.am
index 64c25e5ea8e164d17dc33a4eaa745ddff5c2af54..50d6e4b3b6c6d0c9d1c09172c55dc0e76b987687 100644 (file)
@@ -4,7 +4,7 @@
 EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
 # ACLOCAL_FLAGS = -I scripts
 
-SUBDIRS      = sigc++ 
+SUBDIRS      = sigc++ scripts
 DIST_SUBDIRS = $(SUBDIRS)
 
 sigc_configdir = $(libdir)/sigc++-2.0/include
@@ -16,16 +16,3 @@ pkgconfig_DATA = sigc++-2.0.pc
 all-local:
        @echo "*** Everything completed ***"
 
-dist-hook:
-       @echo; echo; \
-       echo "**********************************************************"; \
-       echo "* IMPORTANT NOTICE:                                      *"; \
-       echo "*                                                        *"; \
-       echo "* Be sure you have done a complete build before running  *"; \
-       echo "* 'make dist' or 'make distcheck', because otherwise     *"; \
-       echo "* the tarball will _not_ contain the dependency rules    *"; \
-       echo "* generated by the compiler.                             *"; \
-       echo "**********************************************************"; \
-       echo; echo \
-       cp libsigc++-2.0.spec $(distdir)
-