X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=567e7b5ff0c24e3dae97631d06ec897983e4e629;hb=54bdbf432f7ea469f83a894df552105d1a2a1a93;hp=0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3;hpb=21508561fc6c11fdf5d32d09b8e55c3750932507;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index 0fbb50ddc..567e7b5ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,10 @@ # This Makefile.am is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = contrib doc m4 src po pkgconfig +SUBDIRS = doc m4 src po pkgconfig + +if !TALER_ONLY + SUBDIRS += contrib +endif EXTRA_DIST = \ ABOUT-NLS \ @@ -16,15 +20,3 @@ doc_DATA = COPYING README ACLOCAL_AMFLAGS = -I m4 -ChangeLog: - if svn info > /dev/null; then \ - svn log -v --xml -r HEAD:18409 | \ - xsltproc --stringparam ignore-message-starting "-" \ - --stringparam strip-prefix "gnunet" \ - --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ - fi - -dist: ChangeLog - -.PHONY: ChangeLog -