From 59e432288a4d83a371a9a3efaba2376b44873473 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Nov 2018 19:25:35 +0100 Subject: get new libgnunettransportcommunicator to build --- src/transport/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index d0db6b141..c6c02c6ed 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -149,6 +149,7 @@ endif lib_LTLIBRARIES = \ libgnunettransport.la \ + libgnunettransportcommunicator.la \ $(TESTING_LIBS) libgnunettransporttesting_la_SOURCES = \ @@ -187,6 +188,17 @@ libgnunettransport_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 4:0:2 + + +libgnunettransportcommunicator_la_SOURCES = \ + transport_api2_communication.c +libgnunettransportcommunicator_la_LIBADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) +libgnunettransportcommunicator_la_LDFLAGS = \ + $(GN_LIB_LDFLAGS) $(WINFLAGS) \ + -version-info 0:0:0 + libexec_PROGRAMS = \ $(WLAN_BIN) \ $(WLAN_BIN_DUMMY) \ -- cgit v1.2.3