]> iEval git - fdkaac.git/blobdiff - Makefile.am
add some files to EXTRA_DIST in Makefile.am
[fdkaac.git] / Makefile.am
index 980c7512cc0bebd57bbe1a5da276ec6fb5beef26..12dd20818c2f4f8736380134987a1c8befb611cc 100644 (file)
@@ -24,7 +24,17 @@ 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 = \
+    m4/.gitkeep  \
     src/*.h      \
     missings/*.c \
-    missings/*.h
+    missings/*.h \
+    MSVC/*.vcxproj \
+    MSVC/*.vcxproj.filters \
+    MSVC/*.sln
This page took 0.020946 seconds and 4 git commands to generate.