gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22970 - monkey/branches/MonkeyBacktracking/monkey/src/path


From: gnunet
Subject: [GNUnet-SVN] r22970 - monkey/branches/MonkeyBacktracking/monkey/src/pathologist
Date: Mon, 30 Jul 2012 13:30:25 +0200

Author: grothoff
Date: 2012-07-30 13:30:25 +0200 (Mon, 30 Jul 2012)
New Revision: 22970

Modified:
   monkey/branches/MonkeyBacktracking/monkey/src/pathologist/Makefile.am
Log:
fix

Modified: monkey/branches/MonkeyBacktracking/monkey/src/pathologist/Makefile.am
===================================================================
--- monkey/branches/MonkeyBacktracking/monkey/src/pathologist/Makefile.am       
2012-07-30 10:59:26 UTC (rev 22969)
+++ monkey/branches/MonkeyBacktracking/monkey/src/pathologist/Makefile.am       
2012-07-30 11:30:25 UTC (rev 22970)
@@ -40,14 +40,14 @@
 libpathologistxml_la_SOURCES = \
   xml_writer.c \
   pathologist_xml_writer.h
-  
+
 libpathologistxml_la_LIBADD = \
   $(top_builddir)/src/util/libpathologistutil.la \
   $(XLIB)
-   
+
 bin_PROGRAMS = \
  pathologist
- 
+
 pathologist_SOURCES = \
  pathologist.c \
  mail_sender.c
@@ -62,9 +62,9 @@
   $(GN_LIBINTL)
 
 if ENABLE_TEST_RUN
-       TESTS = $(check_PROGRAMS)
+TESTS = $(check_PROGRAMS)
 endif
-  
+
 check_PROGRAMS = \
     test_pathologist   
 
@@ -72,11 +72,11 @@
  test_pathologist.c
 test_pathologist_LDADD = \
   $(top_builddir)/src/minixml/libminixml.la
-  
+
 EXTRA_DIST = \
   ../../refs  
 
-  
+
 endif
 endif
 endif




reply via email to

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