X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-noaa%2Fswig%2FMakefile.am;fp=gr-noaa%2Fswig%2FMakefile.am;h=410b23fe603e038c76cc75d54374e0ef423cdc00;hb=2924c0e740bbb9106bfed602345daaee5606d62a;hp=73645e92bf2ee16d5260c6d4cb5f49499ebaafa8;hpb=94d315e556805fb75784964499472977664809c4;p=debian%2Fgnuradio diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 73645e92..410b23fe 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004,2005,2006,2008,2009 Free Software Foundation, Inc. +# Copyright 2004,2005,2006,2008,2009,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -22,10 +22,10 @@ include $(top_srcdir)/Makefile.common AM_CPPFLAGS = \ + -I$(top_srcdir)/gr-noaa/lib \ $(STD_DEFINES_AND_INCLUDES) \ $(PYTHON_CPPFLAGS) \ - $(WITH_INCLUDES) \ - -I$(top_srcdir)/gr-noaa/lib + $(WITH_INCLUDES) if PYTHON # ----------------------------------------------------------------