summaryrefslogtreecommitdiff
path: root/tecmake.mak
diff options
context:
space:
mode:
authorscuri <scuri>2010-12-09 12:43:42 +0000
committerscuri <scuri>2010-12-09 12:43:42 +0000
commite1a8654e5dd01b28c893a8688fed207dcb4e07e3 (patch)
treea84400fb2d08418b5e6b5b4087e506fb306450cf /tecmake.mak
parentb2ca388816c5068c5501e288d750f746914978b6 (diff)
*** empty log message ***
Diffstat (limited to 'tecmake.mak')
-rw-r--r--tecmake.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tecmake.mak b/tecmake.mak
index da9819e..006e1d6 100644
--- a/tecmake.mak
+++ b/tecmake.mak
@@ -947,7 +947,7 @@ endif
ifdef USE_GTK
ifdef USE_PKGCONFIG
# get compile/link flags via pkg-config
- STDFLAGS += $(shell pkg-config --cflags gtk+-2.0 gdk-2.0)
+ EXTRAINCS += $(shell pkg-config --cflags gtk+-2.0 gdk-2.0)
LIBS += $(shell pkg-config --libs gtk+-2.0 gdk-2.0)
GTK_BASE := $(shell pkg-config --variable=prefix gtk+-2.0)
GTK := $(GTK_BASE)