]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Fix build on (at least) Ubuntu
authorTravis Cross <tc@traviscross.com>
Sun, 10 Mar 2013 10:20:28 +0000 (10:20 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 10 Mar 2013 10:20:28 +0000 (10:20 +0000)
Fix build from commit 8348cfdc39694f0ada686b8277b75b3f72c6a47f.

Makefile.am

index 76bb17eee55bdb1e373f54c3480986964cdf99ac..0dea5f08801ebae62b0a7535c2e42a36ae2945c5 100644 (file)
@@ -22,7 +22,8 @@ EXTRA_mtr_SOURCES = curses.c \
                     gtk.c
 DEFAULT_INCLUDES= $(GLIB_CFLAGS) -I.
 mtr_DEPENDENCIES = $(GTK_OBJ) $(CURSES_OBJ)
-mtr_LDFLAGS = $(GTK_OBJ) $(CURSES_OBJ) $(GLIB_LIBS) $(RESOLV_LIBS)
+mtr_LDFLAGS = $(GTK_OBJ) $(CURSES_OBJ)
+mtr_LIBS = $(GLIB_LIBS) $(RESOLV_LIBS)
 
 CLEANFILES = version.h
 BUILT_SOURCES = version.h