mirror of
https://github.com/znc/znc.git
synced 2026-05-14 13:25:49 +02:00
Fix the tests for out-of-source builds.
This commit is contained in:
committed by
Alexey Sokolov
parent
2c23c45cc4
commit
3be9c7a9db
+1
-1
@@ -5,7 +5,7 @@ srcdir := @srcdir@
|
||||
VPATH := @srcdir@
|
||||
|
||||
CXX := @CXX@
|
||||
CXXFLAGS := @CPPFLAGS@ @CXXFLAGS@ -I../include
|
||||
CXXFLAGS := -I$(srcdir)/../include -I../include @CPPFLAGS@ @CXXFLAGS@
|
||||
LDFLAGS := @LDFLAGS@
|
||||
LIBS := @LIBS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user