summaryrefslogtreecommitdiff
path: root/json-instagram/config.make
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-03-11 09:47:04 +0000
committerComment <tim@gray.(none)>2014-03-11 09:47:04 +0000
commitac1e8968254cf7810e84c0d90c80c94bc9dcd827 (patch)
tree8cd3c833c4e960290233667f66cf4f3d24d46151 /json-instagram/config.make
parent2a6b5328dec0ef2200bdbb94b16e8531c7c071b2 (diff)
instagram loader
Diffstat (limited to 'json-instagram/config.make')
-rw-r--r--json-instagram/config.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/json-instagram/config.make b/json-instagram/config.make
index 93c489d..d5a6b93 100644
--- a/json-instagram/config.make
+++ b/json-instagram/config.make
@@ -78,6 +78,8 @@
################################################################################
# PROJECT_LDFLAGS=-Wl,-rpath=./libs
+PROJECT_LDFLAGS= -ljsoncpp
+
################################################################################
# PROJECT DEFINES
# Create a space-delimited list of DEFINES. The list will be converted into
@@ -104,7 +106,7 @@
#
# Note: Leave a leading space when adding list items with the += operator
################################################################################
-# PROJECT_CFLAGS =
+ PROJECT_CFLAGS = `pkg-config --cflags jsoncpp`
################################################################################
# PROJECT OPTIMIZATION CFLAGS