aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/cli
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/cli')
-rw-r--r--src/contrib/cli/Makefile.am2
-rw-r--r--src/contrib/cli/template/.gitignore1
-rw-r--r--src/contrib/cli/template/Makefile.am9
3 files changed, 8 insertions, 4 deletions
diff --git a/src/contrib/cli/Makefile.am b/src/contrib/cli/Makefile.am
new file mode 100644
index 000000000..3315e4bbb
--- /dev/null
+++ b/src/contrib/cli/Makefile.am
@@ -0,0 +1,2 @@
1SUBDIRS = \
2 template
diff --git a/src/contrib/cli/template/.gitignore b/src/contrib/cli/template/.gitignore
new file mode 100644
index 000000000..6ace894c0
--- /dev/null
+++ b/src/contrib/cli/template/.gitignore
@@ -0,0 +1 @@
gnunet-template
diff --git a/src/contrib/cli/template/Makefile.am b/src/contrib/cli/template/Makefile.am
index 9f94d0837..b60095d80 100644
--- a/src/contrib/cli/template/Makefile.am
+++ b/src/contrib/cli/template/Makefile.am
@@ -13,8 +13,9 @@ noinst_PROGRAMS = \
13 gnunet-template 13 gnunet-template
14 14
15 15
16gnunet_service_template_SOURCES = \ 16gnunet_template_SOURCES = \
17 gnunet-service-template.c 17 gnunet-template.c
18gnunet_service_template_LDADD = \ 18gnunet_template_LDADD = \
19 $(top_builddir)/src/lib/util/libgnunetutil.la \ 19 $(top_builddir)/src/lib/util/libgnunetutil.la
20gnunet_template_LDFLAGS = \
20 $(GN_LIBINTL) 21 $(GN_LIBINTL)