modifications for the new alliance install
This commit is contained in:
parent
62c0c02be6
commit
5c35523b9d
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
INCLUDES = -I$(srcdir)/src/include
|
||||
|
||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||
AM_CXXFLAGS = @ALLIANCE_CFLAGS@
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
INCLUDES = -I$(srcdir)/src/include
|
||||
|
||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
INCLUDES = -I$(srcdir)/src/include
|
||||
|
||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue