aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-06 22:31:56 +0000
committerng0 <ng0@n0.is>2019-04-06 22:31:56 +0000
commitd293c058c38e16ba21cbded1ce76b590a0815b79 (patch)
treeeb5f924c23992291aa695058cb1740e97809c6ca
parentd182da40510d0efbac5628630e7cda5e8a4c0e5a (diff)
downloadgnunet-d293c058c38e16ba21cbded1ce76b590a0815b79.tar.gz
gnunet-d293c058c38e16ba21cbded1ce76b590a0815b79.zip
move gnunet-download-manager to contrib
-rw-r--r--configure.ac1
-rw-r--r--contrib/scripts/Makefile.am2
-rw-r--r--contrib/scripts/gnunet-download-manager/Makefile.am3
-rwxr-xr-xcontrib/scripts/gnunet-download-manager/gnunet-download-manager.scm (renamed from src/fs/gnunet-download-manager.scm)0
-rw-r--r--src/fs/Makefile.am7
5 files changed, 6 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index aeb3520dd..8b44bbf86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1858,6 +1858,7 @@ contrib/services/openrc/Makefile
1858contrib/services/systemd/Makefile 1858contrib/services/systemd/Makefile
1859contrib/scripts/Makefile 1859contrib/scripts/Makefile
1860contrib/scripts/gnunet-logread/Makefile 1860contrib/scripts/gnunet-logread/Makefile
1861contrib/scripts/gnunet-download-manager/Makefile
1861doc/Makefile 1862doc/Makefile
1862doc/man/Makefile 1863doc/man/Makefile
1863doc/doxygen/Makefile 1864doc/doxygen/Makefile
diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am
index 5dc94439b..987b6f973 100644
--- a/contrib/scripts/Makefile.am
+++ b/contrib/scripts/Makefile.am
@@ -1,7 +1,7 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3 3
4SUBDIRS = gnunet-logread 4SUBDIRS = gnunet-logread gnunet-download-manager
5 5
6noinst_SCRIPTS = \ 6noinst_SCRIPTS = \
7 terminate.py \ 7 terminate.py \
diff --git a/contrib/scripts/gnunet-download-manager/Makefile.am b/contrib/scripts/gnunet-download-manager/Makefile.am
new file mode 100644
index 000000000..059e0229b
--- /dev/null
+++ b/contrib/scripts/gnunet-download-manager/Makefile.am
@@ -0,0 +1,3 @@
1noinst_SCRIPTS = gnunet-download-manager.scm
2
3EXTRA_DIST = $(noinst_SCRIPTS)
diff --git a/src/fs/gnunet-download-manager.scm b/contrib/scripts/gnunet-download-manager/gnunet-download-manager.scm
index 0b4301cc8..0b4301cc8 100755
--- a/src/fs/gnunet-download-manager.scm
+++ b/contrib/scripts/gnunet-download-manager/gnunet-download-manager.scm
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 85ac37b83..80316dc2e 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -89,10 +89,6 @@ bin_PROGRAMS = \
89 gnunet-fs \ 89 gnunet-fs \
90 gnunet-unindex 90 gnunet-unindex
91 91
92#bin_SCRIPTS = \
93# gnunet-download-manager.scm
94noinst_SCRIPTS = gnunet-download-manager.scm
95
96gnunet_directory_SOURCES = \ 92gnunet_directory_SOURCES = \
97 gnunet-directory.c 93 gnunet-directory.c
98gnunet_directory_LDADD = \ 94gnunet_directory_LDADD = \
@@ -574,7 +570,6 @@ EXTRA_DIST = \
574 test_gnunet_fs_idx.py.in \ 570 test_gnunet_fs_idx.py.in \
575 test_gnunet_service_fs_migration_data.conf \ 571 test_gnunet_service_fs_migration_data.conf \
576 test_gnunet_service_fs_p2p_cadet.conf \ 572 test_gnunet_service_fs_p2p_cadet.conf \
577 test_pseudonym_data.conf \ 573 test_pseudonym_data.conf
578 $(noinst_SCRIPTS)
579 574
580CLEANFILES = $(check_SCRIPTS) 575CLEANFILES = $(check_SCRIPTS)