From b6bfed8309e6b9b3286b8f608ad899bfb0a97205 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Oct 2013 11:34:10 +0000 Subject: -moving code to new libgnunetgnsrecord in preparation for addressing #3052 --- src/gnsrecord/Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/gnsrecord/Makefile.am (limited to 'src/gnsrecord/Makefile.am') diff --git a/src/gnsrecord/Makefile.am b/src/gnsrecord/Makefile.am new file mode 100644 index 000000000..185a5312b --- /dev/null +++ b/src/gnsrecord/Makefile.am @@ -0,0 +1,39 @@ +AM_CPPFLAGS = -I$(top_srcdir)/src/include + +plugindir = $(libdir)/gnunet + +pkgcfgdir= $(pkgdatadir)/config.d/ + +libexecdir= $(pkglibdir)/libexec/ + +if MINGW + WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols +endif + +if USE_COVERAGE + AM_CFLAGS = --coverage -O0 + XLIBS = -lgcov +endif + +if ENABLE_TEST_RUN +TESTS = \ + $(check_PROGRAMS) \ + $(check_SCRIPTS) +endif + +lib_LTLIBRARIES = \ + libgnunetgnsrecord.la + +libgnunetgnsrecord_la_SOURCES = \ + gnsrecord.c +libgnunetgnsrecord_la_LIBADD = \ + $(top_builddir)/src/dns/libgnunetdnsparser.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) +libgnunetgnsrecord_la_LDFLAGS = \ + $(GN_LIB_LDFLAGS) $(WINFLAGS) \ + -version-info 0:0:0 + +EXTRA_DIST = \ + $(check_SCRIPTS) + -- cgit v1.2.3