X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fhostlist%2FMakefile.am;h=726251aec03851ac6f04c1a3e2aea947a1d3221c;hb=4bf3945760e953931a066029752b66b758363c79;hp=1df537276462b12c494913d2232610e01c47814b;hpb=f6bdc4c133a26084e3a4457ad8dcc27c56344bb5;p=oweals%2Fgnunet.git diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am index 1df537276..726251aec 100644 --- a/src/hostlist/Makefile.am +++ b/src/hostlist/Makefile.am @@ -2,6 +2,8 @@ INCLUDES = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ +libexecdir= $(pkglibdir)/libexec/ + dist_pkgcfg_DATA = \ hostlist.conf @@ -15,7 +17,7 @@ if HAVE_MHD endif if HAVE_LIBCURL -bin_PROGRAMS = \ +libexec_PROGRAMS = \ gnunet-daemon-hostlist endif