X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=getopt%2FMakefile.am;h=ee90b8f12ce3431ce9d5e791a586dec32127148a;hb=0219ede69e1c3afc6e160b8f276bfd4617acbc08;hp=037282655efb3b2891650335252504cef6ed32e4;hpb=93134c41f2af9e67098c8602af41f6f937f4e8a1;p=ctsim.git diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 0372826..ee90b8f 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -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