aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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