misc fixes
[oweals/gnunet.git] / src / arm / Makefile.am
index 6d93070e0cd9e8bb6058822a770014850fa958e5..92c0fdc34a5e756110c5139b557aeefae9861d3e 100644 (file)
@@ -34,7 +34,8 @@ gnunet_arm_LDADD = \
   $(GN_LIBINTL)
 
 gnunet_service_arm_SOURCES = \
- gnunet-service-arm.c         
+ gnunet-service-arm.c  gnunet_service_arm_.h \
+ gnunet-service-manager.c       
 gnunet_service_arm_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
@@ -48,7 +49,8 @@ mockup_service_SOURCES = \
 
 check_PROGRAMS = \
  test_arm_api \
- test_exponential_backoff
+ test_exponential_backoff \
+ test_gnunet_service_manager
 
 check_SCRIPTS = \
  test_gnunet_arm.sh
@@ -67,6 +69,13 @@ test_exponential_backoff_LDADD = \
   $(top_builddir)/src/arm/libgnunetarm.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
+test_gnunet_service_manager_SOURCES = \
+ test_gnunet_service_manager.c
+ test_gnunet_service_manager_LDADD = \
+  $(top_builddir)/src/arm/libgnunetarm.la \
+  $(top_builddir)/src/util/libgnunetutil.la  
+
 EXTRA_DIST = \
   test_arm_api_data.conf \
-  do_start_process.c
+  do_start_process.c \
+  $(check_SCRIPTS)