BUG: The directory compat doesn't exist. The file getopt.c is actually at this level.

This commit is contained in:
Luis Ibanez 2010-08-31 23:27:19 +00:00
parent 642684b9eb
commit 392d33cb85
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ IF(DONT_HAVE_GETOPT)
ADD_DEFINITIONS(-DDONT_HAVE_GETOPT)
SET(common_SRCS
${common_SRCS}
compat/getopt.c
getopt.c
)
ENDIF(DONT_HAVE_GETOPT)