Implemented network device class
[mtetherd] / Makefile
index a3082f3..0284e89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ CFLAGS = -Wall -O2 -g -D_GNU_SOURCE -DIMAGE_DIR=\"$(IMAGE_DIR)\" -DSBIN_DIR=\"$(
 INCLUDES = $(shell pkg-config --cflags dbus-1 libhildondesktop-1 hal)
 LDFLAGS =
 LIBS_DBUS = $(shell pkg-config --libs dbus-1)
-LIBS_HILDON = $(shell pkg-config --libs libhildondesktop-1 hal)
+LIBS_HILDON = $(shell pkg-config --libs libhildondesktop-1 hal glib-2.0 gtk+-2.0)
 
 all: mtetherd mtetherd-plugin.so