X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3;hb=8aea11bce3118cc01c66d3afb5c2ec02b766c95c;hp=1c804cb90221211c3907db0b00cffad22e31f951;hpb=1222fe847afa3b8e8e502c4dab8abf13b24c5eea;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index 1c804cb90..0fbb50ddc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -INCLUDES = -I$(top_srcdir)/src/include +# This Makefile.am is in the public domain +AM_CPPFLAGS = -I$(top_srcdir)/src/include SUBDIRS = contrib doc m4 src po pkgconfig EXTRA_DIST = \ @@ -11,12 +12,12 @@ gnunetincludedir = $(includedir)/gnunet gnunetinclude_HEADERS = gnunet_config.h docdir = $(datadir)/doc/gnunet/ -doc_DATA = COPYING +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" \