aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-10 14:52:21 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-10 14:52:21 +0100
commitda53472f1edb335eb0e234afdc0fb029046c16f3 (patch)
treea41312babd3b565c5d1d169bd0a1bda64c1621ca
parentgg_sniff: replace tabs by 2 spaces (diff)
downloadglouglou-da53472f1edb335eb0e234afdc0fb029046c16f3.tar.xz
glouglou-da53472f1edb335eb0e234afdc0fb029046c16f3.zip
egraph: simplify pkg-config call
from vtorri
-rw-r--r--egraph/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/egraph/Makefile b/egraph/Makefile
index 3aa6042..99e8310 100644
--- a/egraph/Makefile
+++ b/egraph/Makefile
@@ -1,8 +1,6 @@
# CFLAGS += -Werror -Wall -O2 -fPIC -shared -g
CFLAGS += -Werror -Wall -fPIC -shared -g
-CFLAGS += $(shell pkg-config --libs --cflags edje)
-CFLAGS += $(shell pkg-config --libs --cflags efx)
-CFLAGS += $(shell pkg-config --libs --cflags igraph)
+CFLAGS += $(shell pkg-config --libs --cflags edje efx igraph)
PREFIX=/usr/local
INCLUDEDIR=$(PREFIX)/include