Add a --disable-cxx configure parameter so that the C++ bindings can be skipped.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
if ENABLE_CXX_BINDINGS
|
||||
cxxdirs = cdio++
|
||||
endif
|
||||
|
||||
SUBDIRS = cdio cdio++
|
||||
SUBDIRS = cdio $(cxxdirs)
|
||||
|
||||
Reference in New Issue
Block a user