aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/examples/Makefile')
-rw-r--r--libglouglou/examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglouglou/examples/Makefile b/libglouglou/examples/Makefile
index 5dc4bd5..d09388d 100644
--- a/libglouglou/examples/Makefile
+++ b/libglouglou/examples/Makefile
@@ -1,4 +1,5 @@
CFLAGS += -Wall -g -levent -lglouglou
+CFLAGS += -ldnet -lpcap # for libggnet_traceroute
SOURCES = $(shell echo *.c)
OBJECTS = $(SOURCES:.c=.o)