]> git.mdlowis.com Git - archive/carl.git/commitdiff
Added tools dir to the dist files list
authorMike Lowis <mike.lowis@gentex.com>
Wed, 30 Dec 2015 12:57:36 +0000 (12:57 +0000)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 30 Dec 2015 12:57:36 +0000 (12:57 +0000)
Makefile

index 1e516d94eb886aabf85950bbc7987871bf0c86a1..02411f55dd71e53f252ef62cb92430116c8ec7cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ TEST_OBJS = tests/data/bstree.o    \
 DISTDIR   = ${LIBNAME}-${VERSION}
 DISTTAR   = ${DISTDIR}.tar
 DISTGZ    = ${DISTTAR}.gz
-DISTFILES = config.mk LICENSE.md Makefile README.md source tests
+DISTFILES = config.mk LICENSE.md Makefile README.md source tests tools
 
 # load user-specific settings
 -include config.mk