Update to wx3.0, add SSE optimizations based on target_cpu, fix compile warnings
[ctsim.git] / getopt / Makefile.am
index 037282655efb3b2891650335252504cef6ed32e4..ee90b8f12ce3431ce9d5e791a586dec32127148a 100644 (file)
@@ -1,5 +1,5 @@
 noinst_LIBRARIES=libgetopt.a
 libgetopt_a_SOURCES=getopt.c getopt1.c 
 noinst_HEADERS=getopt.h
-INCLUDES=@my_includes@
-EXTRA_DIST=Makefile.am
\ No newline at end of file
+AM_CPPFLAGS=@my_includes@
+EXTRA_DIST=Makefile.nt