Update plibc header
[oweals/gnunet.git] / src / template / Makefile.am
index 1769191e7a1d965566a865e3de5f661d708755e3..275cf2ff896f12f497e1cd65688bd7f970f2c78d 100644 (file)
@@ -1,7 +1,9 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 
+libexecdir= $(pkglibdir)/libexec/
+
 dist_pkgcfg_DATA = \
   template.conf
 
@@ -14,7 +16,9 @@ if USE_COVERAGE
 endif
 
 bin_PROGRAMS = \
- gnunet-template \
+ gnunet-template 
+
+libexec_PROGRAMS = \
  gnunet-service-template
 
 gnunet_template_SOURCES = \