From b697b937cb2612c250dc461e1be643c08b15455e Mon Sep 17 00:00:00 2001 From: Date: Fri, 15 Mar 2013 08:16:11 +0000 Subject: changes to makefile --- src/ext/Makefile.am | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/ext/Makefile.am b/src/ext/Makefile.am index 7e2257d..c20160b 100644 --- a/src/ext/Makefile.am +++ b/src/ext/Makefile.am @@ -16,6 +16,10 @@ AM_CPPFLAGS = \ lib_LTLIBRARIES = libgnunetext.la +pkgcfgdir= $(prefix)/share/gnunet/config.d/ + +libexecdir= $(prefix)/lib/gnunet/libexec/ + libgnunetext_la_SOURCES = \ ext_api.c libgnunetext_la_LIBADD = \ @@ -25,7 +29,14 @@ libgnunetext_la_LDFLAGS = \ -version-info 0:0:0 -bin_PROGRAMS = gnunet-service-ext gnunet-ext +bin_PROGRAMS = gnunet-ext + +libexec_PROGRAMS = gnunet-service-ext + +check_PROGRAMS = \ + test_ext_api + +TESTS = $(check_PROGRAMS) gnunet_service_ext_SOURCES = \ gnunet-service-ext.c @@ -44,10 +55,6 @@ gnunet_ext_LDFLAGS = \ $(GNUNET_LDFLAGS) $(WINFLAGS) -export-dynamic -check_PROGRAMS = \ - test_ext_api - -TESTS = $(check_PROGRAMS) test_ext_api_SOURCES = \ test_ext_api.c @@ -55,4 +62,7 @@ test_ext_api_LDADD = \ $(top_builddir)/src/ext/libgnunetext.la \ -lgnunetutil test_ext_api_LDFLAGS = \ - $(GNUNET_LDFLAGS) $(WINFLAGS) -export-dynamic \ No newline at end of file + $(GNUNET_LDFLAGS) $(WINFLAGS) -export-dynamic + + pkgcfg_DATA = ext.conf + \ No newline at end of file -- cgit v1.2.3