more tweak on configure.ac and Makefile.am (take care of getopt_long)
[fdkaac.git] / Makefile.am
index 980c7512cc0bebd57bbe1a5da276ec6fb5beef26..c7feae8aa6c03b271b18da66004215a06134c684 100644 (file)
@@ -24,6 +24,12 @@ if FDK_PLATFORM_WIN32
        src/compat_win32.c
 endif
 
+if FDK_NO_GETOPT_LONG
+    fdkaac_SOURCES += \
+       missings/getopt.c
+    AM_CPPFLAGS = -Imissings
+endif
+
 EXTRA_DIST = \
     src/*.h      \
     missings/*.c \
This page took 0.008905 seconds and 4 git commands to generate.