From 3de7831182e144ea960326e5efaaf1447d5e5ae9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Aug 2011 20:38:50 +0000 Subject: LRN: Let gnunet-transport-certificate-creation be a program --- src/transport/Makefile.am | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 2ce2a48be..06f09e227 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -62,6 +62,11 @@ UNIX_QUOTA_TEST = test_quota_compliance_unix \ test_quota_compliance_unix_asymmetric_recv_constant endif +<<<<<<< HEAD +======= +noinst_PROGRAMS = ${check_PROGRAMS} gnunet-transport-certificate-creation + +>>>>>>> Let gnunet-transport-certificate-creation be a program lib_LTLIBRARIES = \ libgnunettransport.la @@ -83,15 +88,20 @@ bin_PROGRAMS = \ gnunet-transport \ $(WLAN_BIN) \ gnunet-service-transport \ - gnunet-transport-list-connections + gnunet-transport-list-connections \ + gnunet-transport-certificate-creation #noinst_PROGRAMS = ${check_PROGRAMS} noinst_PROGRAMS = \ $(WLAN_BIN_DUMMY) -bin_SCRIPTS = \ - gnunet-transport-certificate-creation +#bin_SCRIPTS = \ +# gnunet-transport-certificate-creation +gnunet_transport_certificate_creation_SOURCES = \ + gnunet-transport-certificate-creation.c +gnunet_transport_certificate_creation_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la gnunet_transport_wlan_helper_SOURCES = \ wlan/byteorder.h \ -- cgit v1.2.3