Add a --disable-cxx configure parameter so that the C++ bindings can be skipped.

This commit is contained in:
flameeyes
2006-03-30 10:47:51 +00:00
parent a2ebe5e4c0
commit 2f62a9c3fd
3 changed files with 19 additions and 11 deletions

View File

@@ -1,2 +1,5 @@
if ENABLE_CXX_BINDINGS
cxxdirs = cdio++
endif
SUBDIRS = cdio cdio++
SUBDIRS = cdio $(cxxdirs)