X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3;hb=dd07add29a1023330edd1ccfc4e54991082bfe86;hp=d6dd6ef2f91d86f9abf0795df322f5646688280c;hpb=2bb989e7bb723729a004ef10134737b21339a6ff;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index d6dd6ef2f..0fbb50ddc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src/include -SUBDIRS = libltdl contrib doc m4 src po pkgconfig +# This Makefile.am is in the public domain +AM_CPPFLAGS = -I$(top_srcdir)/src/include +SUBDIRS = contrib doc m4 src po pkgconfig EXTRA_DIST = \ ABOUT-NLS \ @@ -16,7 +17,7 @@ doc_DATA = COPYING README ACLOCAL_AMFLAGS = -I m4 ChangeLog: - if test -f $(top_srcdir)/.svn/entries; then \ + if svn info > /dev/null; then \ svn log -v --xml -r HEAD:18409 | \ xsltproc --stringparam ignore-message-starting "-" \ --stringparam strip-prefix "gnunet" \