aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-08-23 09:49:34 +0200
committerChristian Grothoff <christian@grothoff.org>2019-08-23 09:50:08 +0200
commit839005f05580cd4ac00c68ab7bcb93de3817fdec (patch)
tree6816ff98e1971a35a28a4d5fc3fc00ecd3285228 /src/Makefile.am
parent78149c8a1658c3685f6d0c3c7784ffc672285585 (diff)
downloadgnunet-839005f05580cd4ac00c68ab7bcb93de3817fdec.tar.gz
gnunet-839005f05580cd4ac00c68ab7bcb93de3817fdec.zip
fix #5829
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 13cca2adc..217aea54f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,14 +36,6 @@ endif
36endif 36endif
37endif 37endif
38 38
39if BUILD_PULSE_HELPERS
40CONVERSATION_DIR = conversation
41else
42if BUILD_GST_HELPERS
43CONVERSATION_DIR = conversation
44endif
45endif
46
47if HAVE_SQLITE 39if HAVE_SQLITE
48 SQLITE_DIR = sq 40 SQLITE_DIR = sq
49endif 41endif
@@ -117,7 +109,7 @@ SUBDIRS = \
117 vpn \ 109 vpn \
118 gns \ 110 gns \
119 zonemaster \ 111 zonemaster \
120 $(CONVERSATION_DIR) \ 112 conversation \
121 fs \ 113 fs \
122 exit \ 114 exit \
123 pt \ 115 pt \