mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Added /znc on the end of includes
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@125 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
CXXFLAGS="@CXXFLAGS@"
|
||||
INCLUDES="-I@prefix@/include @INCLUDES@"
|
||||
INCLUDES="-I@prefix@/include/znc @INCLUDES@"
|
||||
LIBS="@LIBS@"
|
||||
VERSION="@VERSION@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user