You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
654 B
12 lines
654 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2007-01-01 21:23:10 +0100 |
|
+++ src/Makefile.in 2007-01-02 09:16:43 +0100 |
|
@@ -495,7 +495,7 @@ |
|
@ENABLE_MEMDEBUG_TRUE@MEMDEBUG_SRC = memdebug.c memdebug.h |
|
noinst_LIBRARIES = libbogofilter.a $(am__append_3) $(am__append_5) \ |
|
$(am__append_10) |
|
-@USE_GCC4_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/gnugetopt -I$(top_srcdir)/trio -I- -I. \ |
|
+@USE_GCC4_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/gnugetopt -I$(top_srcdir)/trio -iquote -I. \ |
|
@USE_GCC4_FALSE@ -I$(srcdir) @GSL_CFLAGS@ -I$(top_srcdir)/gsl/specfunc -I$(top_srcdir) |
|
|
|
@USE_GCC4_TRUE@AM_CPPFLAGS = -iquote$(top_srcdir)/gnugetopt -iquote$(top_srcdir)/trio \
|
|
|