X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=567e7b5ff0c24e3dae97631d06ec897983e4e629;hb=54bdbf432f7ea469f83a894df552105d1a2a1a93;hp=86dea6a2bba3ecb3b8ba7de6cffed9ba6aaee415;hpb=10f54c9e1fe25748d19f90fa6911e1c15c4b42fd;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index 86dea6a2b..567e7b5ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,27 +1,22 @@ -INCLUDES = -I$(top_srcdir)/src/include -SUBDIRS = contrib doc m4 src po pkgconfig +# This Makefile.am is in the public domain +AM_CPPFLAGS = -I$(top_srcdir)/src/include +SUBDIRS = doc m4 src po pkgconfig + +if !TALER_ONLY + SUBDIRS += contrib +endif EXTRA_DIST = \ ABOUT-NLS \ config.rpath \ install-sh \ - HACKING \ acinclude.m4 gnunetincludedir = $(includedir)/gnunet gnunetinclude_HEADERS = gnunet_config.h -ACLOCAL_AMFLAGS = -I m4 - -ChangeLog: - if test -f $(top_srcdir)/.svn/entries; then \ - svn log -v --xml -r HEAD:18264 | \ - xsltproc --stringparam ignore-message-starting "-" \ - --stringparam strip-prefix "gnunet" \ - --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ - fi +docdir = $(datadir)/doc/gnunet/ +doc_DATA = COPYING README -dist: ChangeLog - -.PHONY: ChangeLog +ACLOCAL_AMFLAGS = -I m4