psyc: switch to SERVICE API
[oweals/gnunet.git] / Makefile.am
index 7e1cea0ce31d349b8f08378534acc2c776a7a32f..0fbb50ddca7ef7f8de9b98e45ea67a952c5b96e3 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 SUBDIRS  = contrib doc m4 src po pkgconfig
 
@@ -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" \