summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-01-30 15:39:14 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-01-30 15:39:14 +0100
commit66d8c4b47f179bb66116855ba4b7bf6f05d45b18 (patch)
tree81d796c98ca5f3f394d66e5f222caea8143021dc
parentf236f3412639829693434deacfdad2c36c210f98 (diff)
downloadtvisiontest-66d8c4b47f179bb66116855ba4b7bf6f05d45b18.tar.gz
tvisiontest-66d8c4b47f179bb66116855ba4b7bf6f05d45b18.tar.bz2
first running newt form
-rw-r--r--src/newt/GNUmakefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/newt/GNUmakefile b/src/newt/GNUmakefile
index ac12d00..4bad3ca 100644
--- a/src/newt/GNUmakefile
+++ b/src/newt/GNUmakefile
@@ -2,14 +2,19 @@ TOPDIR = ../..
SUBDIRS =
-INCLUDE_CPPFLAGS =
+INCLUDE_CPPFLAGS = \
+ $(shell pkg-config --cflags-only-other libnewt)
INCLUDE_LDFLAGS = \
+ $(shell pkg-config --libs-only-L libnewt) \
+ $(shell pkg-config --libs-only-other libnewt)
INCLUDE_DIRS = \
- -I.
+ -I. \
+ $(shell pkg-config --cflags-only-I libnewt)
INCLUDE_LIBS = \
+ $(shell pkg-config --libs-only-l libnewt)
CPP_BINS = \