From: Travis Cross Date: Sun, 10 Mar 2013 10:20:28 +0000 (+0000) Subject: Fix build on (at least) Ubuntu X-Git-Tag: v0.85~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4df22c33ef9e513b1125dfb60e8beb76954eeb8b;p=thirdparty%2Fmtr.git Fix build on (at least) Ubuntu Fix build from commit 8348cfdc39694f0ada686b8277b75b3f72c6a47f. --- diff --git a/Makefile.am b/Makefile.am index 76bb17e..0dea5f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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