gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6836 - in GNUnet: . src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r6836 - in GNUnet: . src/applications/fs/ecrs
Date: Sun, 18 May 2008 16:57:05 -0600 (MDT)

Author: grothoff
Date: 2008-05-18 16:57:04 -0600 (Sun, 18 May 2008)
New Revision: 6836

Modified:
   GNUnet/configure.ac
   GNUnet/src/applications/fs/ecrs/Makefile.am
Log:
fixing Mantis #1340

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2008-05-18 18:48:15 UTC (rev 6835)
+++ GNUnet/configure.ac 2008-05-18 22:57:04 UTC (rev 6836)
@@ -41,7 +41,7 @@
 AC_PROG_LIBTOOL
 AC_CANONICAL_HOST
 AC_LIB_LTDL
-AC_CONFIG_SUBDIRS(libltdl)
+m4_ifdef([_AC_SEEN_TAG(libltdl)], [], [AC_CONFIG_SUBDIRS(libltdl)])
 AC_SUBST(LTDLINCL)
 AC_SUBST(LIBLTDL)
 AC_SUBST(MKDIR_P)

Modified: GNUnet/src/applications/fs/ecrs/Makefile.am
===================================================================
--- GNUnet/src/applications/fs/ecrs/Makefile.am 2008-05-18 18:48:15 UTC (rev 
6835)
+++ GNUnet/src/applications/fs/ecrs/Makefile.am 2008-05-18 22:57:04 UTC (rev 
6836)
@@ -61,12 +61,6 @@
 metatest_LDADD = \
   $(top_builddir)/src/applications/fs/ecrs/libgnunetecrs.la 
 
-metatest2_SOURCES = \
-  metatest2.c 
-metatest2_LDADD = \
-  $(top_builddir)/src/applications/fs/ecrs/libgnunetecrs.la 
-
-
 ecrstest_SOURCES = \
   ecrstest.c
 ecrstest_LDADD = \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]