aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 11:36:32 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 11:36:32 +0200
commitb56e4e05ad919c7191260fcf1d78b1f8d739871a (patch)
tree88a8aa4c82d664666c10c5099654bbfc295ab139 /src/Makefile.am
parent7c7d819e8e03dadb91935d5ae91aa921cc7b86c7 (diff)
downloadgnunet-b56e4e05ad919c7191260fcf1d78b1f8d739871a.tar.gz
gnunet-b56e4e05ad919c7191260fcf1d78b1f8d739871a.zip
BUILD: Move conversation to contrib/service
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3cc409f31..0d1607b6b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,13 +1,6 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2 2
3 3
4if BUILD_PULSE_HELPERS
5CONVERSATION_DIR = conversation
6else
7if BUILD_GST_HELPERS
8CONVERSATION_DIR = conversation
9endif
10endif
11 4
12SUBDIRS = \ 5SUBDIRS = \
13 include $(INTLEMU_SUBDIRS) \ 6 include $(INTLEMU_SUBDIRS) \
@@ -17,7 +10,6 @@ SUBDIRS = \
17 rest-plugin \ 10 rest-plugin \
18 cli \ 11 cli \
19 contrib \ 12 contrib \
20 $(CONVERSATION_DIR) \
21 fs \ 13 fs \
22 exit \ 14 exit \
23 pt \ 15 pt \