Added an option to the configure script to disable building the scripts.
This commit is contained in:
+6
-1
@@ -1,4 +1,9 @@
|
||||
SUBDIRS = src testing scripts
|
||||
SUBDIRS = src testing
|
||||
|
||||
if USE_SCRIPTS
|
||||
SUBDIRS += scripts
|
||||
endif
|
||||
|
||||
EXTRA_DIST = Doxyfile.in CREDITS
|
||||
CLEANFILES = apidoc Doxyfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user