COMP: Fixing configuration for static builds. Fixing dependencies that several
executables have on getopt.c, convert.c and index.c. Some refactoring is going to be required in order to have a cleaner configuration process and make it easier to maintain.
This commit is contained in:
parent
81f79c4c16
commit
61595fc656
|
@ -27,9 +27,9 @@ ENDIF(DONT_HAVE_GETOPT)
|
|||
|
||||
# Do the proper thing when building static...if only there was configured
|
||||
# headers or def files instead
|
||||
#IF(NOT BUILD_SHARED_LIBS)
|
||||
# ADD_DEFINITIONS(-DOPJ_STATIC)
|
||||
#ENDIF(NOT BUILD_SHARED_LIBS)
|
||||
IF(NOT BUILD_SHARED_LIBS)
|
||||
ADD_DEFINITIONS(-DOPJ_STATIC)
|
||||
ENDIF(NOT BUILD_SHARED_LIBS)
|
||||
|
||||
#FIND_PACKAGE(TIFF REQUIRED)
|
||||
|
||||
|
|
Loading…
Reference in New Issue