diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-10-15 12:10:19 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2020-10-15 12:10:19 +0200 |
commit | 624ef5d8699422d635ca5b31c5ae66d6c8355c88 (patch) | |
tree | c62ac37022e66f7da2cda7d87c4ef7335e3aa683 | |
parent | 0aa7ebcd84ddac7605bf17d5dcac27053f6eb0ce (diff) |
- fix dependency changesschanzen/gns_crypto_agility
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 234a63389..b728162d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,8 +11,8 @@ endif if HAVE_EXPERIMENTAL EXP_DIR = \ - rps \ - abd + rps + #abd FTBFS if HAVE_ABE EXP_DIR += \ abe @@ -51,13 +51,11 @@ SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ nt \ - gnsrecord \ hello \ block \ statistics \ arm \ $(TESTING) \ - $(JSON_DIR) \ $(CURL_DIR) \ $(REST_DIR) \ peerinfo \ @@ -74,7 +72,6 @@ SUBDIRS = \ fragmentation \ transport \ ats-tool \ - peerinfo-tool \ core \ $(TESTBED) \ $(ATS_TESTS) \ @@ -85,8 +82,11 @@ SUBDIRS = \ regex \ dns \ identity \ + gnsrecord \ + $(JSON_DIR) \ namecache \ namestore \ + peerinfo-tool \ cadet \ set \ seti \ |