summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2013-08-22 01:30:29 +0300
committerRobert Roth <robert.roth.off@gmail.com>2013-08-22 01:30:29 +0300
commit16bb5c8075ae3d18fa3b19fdd1b479b4cf17a96b (patch)
tree95544454b19ea17f434f46d8789c4cac5ebfc2f4 /examples
parentbebcb377afae21189379e953272c6a2920e26b5e (diff)
downloadlibgtop-16bb5c8075ae3d18fa3b19fdd1b479b4cf17a96b.tar.gz
Fixed automake warning
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files 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 \