aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 21:25:24 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-19 21:25:24 +0200
commit888e49aa86f1067e4738c89bac9ac78155cd508a (patch)
treee0e6fd03a45020b2d8f2223a85ff5b318e4e9d0c /src/Makefile.am
parent31b3f5dbeca78b8a6269f08af1e03512eb76a699 (diff)
downloadgnunet-888e49aa86f1067e4738c89bac9ac78155cd508a.tar.gz
gnunet-888e49aa86f1067e4738c89bac9ac78155cd508a.zip
BUILD: Allow plugins to build before higher-level components
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2b1e94c50..c0c5309b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,8 +5,8 @@
5SUBDIRS = \ 5SUBDIRS = \
6 include $(INTLEMU_SUBDIRS) \ 6 include $(INTLEMU_SUBDIRS) \
7 lib \ 7 lib \
8 service \
9 plugin \ 8 plugin \
9 service \
10 rest-plugin \ 10 rest-plugin \
11 cli \ 11 cli \
12 contrib 12 contrib