diff options
| author | Comment <tim@gray.(none)> | 2014-03-11 09:47:04 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-11 09:47:04 +0000 |
| commit | ac1e8968254cf7810e84c0d90c80c94bc9dcd827 (patch) | |
| tree | 8cd3c833c4e960290233667f66cf4f3d24d46151 /json-instagram/config.make | |
| parent | 2a6b5328dec0ef2200bdbb94b16e8531c7c071b2 (diff) | |
instagram loader
Diffstat (limited to 'json-instagram/config.make')
| -rw-r--r-- | json-instagram/config.make | 4 |
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 |
