X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fblock%2FMakefile.am;h=19a91f7703b0b3db52ae5e0e7a1f5a95bbd46eb6;hb=8ea46cc3c928bd5f74859dc74f305c94b687aad2;hp=a949833f9cd9bfd766789c7f218c6cad83309fb4;hpb=21f92c1b07d8361c270fa08f9f41d78a3e8e18b3;p=oweals%2Fgnunet.git diff --git a/src/block/Makefile.am b/src/block/Makefile.am index a949833f9..19a91f770 100644 --- a/src/block/Makefile.am +++ b/src/block/Makefile.am @@ -1,4 +1,5 @@ -INCLUDES = -I$(top_srcdir)/src/include +# This Makefile.am is in the public domain +AM_CPPFLAGS = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet @@ -20,24 +21,20 @@ plugin_LTLIBRARIES = \ libgnunet_plugin_block_template_la_SOURCES = \ plugin_block_template.c libgnunet_plugin_block_template_la_LIBADD = \ - $(top_builddir)/src/block/libgnunetblock.la \ + libgnunetblock.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) libgnunet_plugin_block_template_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -libgnunet_plugin_block_template_la_DEPENDENCIES = \ - libgnunetblock.la libgnunet_plugin_block_test_la_SOURCES = \ plugin_block_test.c libgnunet_plugin_block_test_la_LIBADD = \ - $(top_builddir)/src/block/libgnunetblock.la \ + libgnunetblock.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) libgnunet_plugin_block_test_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -libgnunet_plugin_block_test_la_DEPENDENCIES = \ - libgnunetblock.la libgnunetblock_la_SOURCES = \ @@ -49,15 +46,3 @@ libgnunetblock_la_DEPENDENCIES = \ libgnunetblock_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 0:0:0 - -check_PROGRAMS = \ - test_block - -#TESTS = $(check_PROGRAMS) - -test_block_SOURCES = \ - test_block.c -test_block_LDADD = \ - $(top_builddir)/src/block/libgnunetblock.la \ - $(top_builddir)/src/util/libgnunetutil.la -