From 1a54be06cd359257478b584611f34058d21fe723 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 24 Jun 2018 22:56:07 +0000 Subject: Simplify Travis CI builds. Have one script per build. This means more duplication between the scripts, but it's much easier to understand and to run locally. --- other/bootstrap_daemon/src/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'other/bootstrap_daemon/src') diff --git a/other/bootstrap_daemon/src/Makefile.inc b/other/bootstrap_daemon/src/Makefile.inc index 1c313d44..6b820be0 100644 --- a/other/bootstrap_daemon/src/Makefile.inc +++ b/other/bootstrap_daemon/src/Makefile.inc @@ -33,6 +33,7 @@ tox_bootstrapd_LDADD = \ libtoxcore.la \ $(LIBCONFIG_LIBS) \ $(LIBSODIUM_LIBS) \ + $(NACL_OBJECTS) \ $(NACL_LIBS) endif -- cgit v1.2.3