fixed configure.in and makefile.in. attempt #2. fixes incorrect escapes in r1772
This commit is contained in:
parent
bc0538e059
commit
a665b0928c
2 changed files with 8 additions and 6 deletions
|
|
@ -18,8 +18,7 @@ libdir = @libdir@
|
|||
includedir = @includedir@
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
# note platform include directories are added to CFLAGS in configure.in
|
||||
CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/common @CFLAGS@ @DEFS@
|
||||
CFLAGS = @CFLAGS@ @DEFS@
|
||||
LIBS = @LIBS@
|
||||
AR = @AR@
|
||||
RANLIB = @RANLIB@
|
||||
|
|
|
|||
Loading…
Reference in a new issue