BUG: The directory compat doesn't exist. The file getopt.c is actually at this level.
This commit is contained in:
parent
3e8cad7e39
commit
75c589958a
|
@ -20,7 +20,7 @@ IF(DONT_HAVE_GETOPT)
|
||||||
ADD_DEFINITIONS(-DDONT_HAVE_GETOPT)
|
ADD_DEFINITIONS(-DDONT_HAVE_GETOPT)
|
||||||
SET(common_SRCS
|
SET(common_SRCS
|
||||||
${common_SRCS}
|
${common_SRCS}
|
||||||
compat/getopt.c
|
getopt.c
|
||||||
)
|
)
|
||||||
ENDIF(DONT_HAVE_GETOPT)
|
ENDIF(DONT_HAVE_GETOPT)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue