[libgtop/wip/libgtop-ng] Fixed automake warning



commit 16bb5c8075ae3d18fa3b19fdd1b479b4cf17a96b
Author: Robert Roth <robert roth off gmail com>
Date:   Thu Aug 22 01:30:29 2013 +0300

    Fixed automake warning

 examples/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 04d278b..5ac7752 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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]