gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29999 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r29999 - gnunet/src/ats
Date: Tue, 8 Oct 2013 18:37:48 +0200

Author: wachs
Date: 2013-10-08 18:37:47 +0200 (Tue, 08 Oct 2013)
New Revision: 29999

Modified:
   gnunet/src/ats/Makefile.am
Log:
fixes to makefile


Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2013-10-08 16:34:07 UTC (rev 29998)
+++ gnunet/src/ats/Makefile.am  2013-10-08 16:37:47 UTC (rev 29999)
@@ -29,18 +29,17 @@
   GN_MLP_REQUEST_ADD_ADDRESS = test_ats_solver_request_and_add_address_mlp
   GN_MLP_REQUEST_DELETE_ADDRESS = 
test_ats_solver_request_and_delete_address_mlp
   GN_MLP_ALTERNATIVE_DELETE_ADDRESS = 
test_ats_solver_alternative_after_delete_address_mlp
-
 endif
 
 lib_LTLIBRARIES = libgnunetats.la
 
 plugin_LTLIBRARIES = \
   libgnunet_plugin_ats_proportional.la \
-  libgnunet_plugin_ats_mlp.la
+  $(GN_MLP_LIB)
 
 libgnunetats_la_SOURCES = \
   ats_api_scheduling.c \
-  ats_api_performance.c 
+  ats_api_performance.c  
 
 libgnunetats_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
@@ -135,7 +134,6 @@
   $(LTLIBINTL)
 
 if HAVE_LIBGLPK        
-endif 
 libgnunet_plugin_ats_mlp_la_SOURCES = \
   libgnunet_plugin_ats_mlp.c
 libgnunet_plugin_ats_mlp_la_LIBADD = \
@@ -144,7 +142,7 @@
   $(GN_LIBGLPK)
 libgnunet_plugin_ats_mlp_la_LDFLAGS = \
        $(GN_LIBGLPK) 
- 
+endif 
 
 # scheduling API tests
 




reply via email to

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