aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-08 17:27:35 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-08 17:27:35 +0200
commit3d4b2634a3a2e712a15276dc28be49fba7abd43c (patch)
treeb312e4caef7e4d7eba69fdf4a2f2026e1c739142
parentlibglouglou: correctly use CLFAGS for examples (diff)
downloadglouglou-3d4b2634a3a2e712a15276dc28be49fba7abd43c.tar.xz
glouglou-3d4b2634a3a2e712a15276dc28be49fba7abd43c.zip
libglouglou: link against libpcap and libdnet
-rw-r--r--libglouglou/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglouglou/Makefile b/libglouglou/Makefile
index f04e460..ac78937 100644
--- a/libglouglou/Makefile
+++ b/libglouglou/Makefile
@@ -1,4 +1,5 @@
CFLAGS += -Wall -O2 -fPIC -shared
+CFLAGS += -ldnet -lpcap # for libggnet_traceroute
PREFIX=/usr/local
INCLUDEDIR=$(PREFIX)/include