From 16bb5c8075ae3d18fa3b19fdd1b479b4cf17a96b Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Thu, 22 Aug 2013 01:30:29 +0300 Subject: [PATCH] Fixed automake warning --- examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 04d278bb..5ac77526 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,12 +1,12 @@ ## Process this file with automake to produce Makefile.in -LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(AM_LDFLAGS) -o $@ INCLUDES = @INCLUDES@ DEFS = @DEFS@ -LDFLAGS = $(LIBGTOP_EXTRA_LIBS) +AM_LDFLAGS = $(LIBGTOP_EXTRA_LIBS) noinst_PROGRAMS = first second pprint procargs df netlist \ mountlist procmap netload sysdeps timings \