Fix separate builddir build.
This commit is contained in:
parent
5d9a5f2794
commit
fc22ce88b2
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
VPATH = @top_srcdir@
|
||||
|
||||
CC = @CC@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CFLAGS = @CFLAGS@
|
||||
CFLAGS = @CFLAGS@ -I@top_srcdir@ -I@top_builddir@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBS = @LIBS@
|
||||
INSTALL = @INSTALL@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue