identity-provider: install into lib instead of plugins
[oweals/gnunet.git] / Makefile.am
index d6dd6ef2f91d86f9abf0795df322f5646688280c..0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3 100644 (file)
@@ -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" \