1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Author: Andreas Tille <tille@debian.org>
Last-Update: 2015-04-15
Description: Set INCLUDE to find pstream.h
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,6 +13,7 @@
#WITH_LIBCRYPTOPP = NO
#If your libraries (boost/cryptopp) are in another directory, add them here:
+INCLUDE += -I/usr/include/pstreams
LDLIBS = -lboost_regex -lboost_filesystem -lboost_iostreams -lboost_system
##some systems might use this boost naming scheme, but they're a minority at this point
#LDLIBS = -lboost_regex -lboost_filesystem -lboost_iostreams
|