aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/ 3pkgcfgdir= $(pkgdatadir)/config.d/
4 4
5libexecdir= $(pkglibdir)/libexec/
6
5dist_pkgcfg_DATA = \ 7dist_pkgcfg_DATA = \
6 hostlist.conf 8 hostlist.conf
7 9
@@ -15,7 +17,7 @@ if HAVE_MHD
15endif 17endif
16 18
17if HAVE_LIBCURL 19if HAVE_LIBCURL
18bin_PROGRAMS = \ 20libexec_PROGRAMS = \
19 gnunet-daemon-hostlist 21 gnunet-daemon-hostlist
20endif 22endif
21 23