[libgtop] examples: don't override LINK and other variables



commit e682094418076e286198d1ae6f0ed8448bde5db2
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Feb 11 14:10:46 2014 -0500

    examples: don't override LINK and other variables
    
    Defining our own LINK causes us to run into some trouble with LDFLAGS,
    which commit 16bb5c8075ae3d18fa3b19fdd1b479b4cf17a96b already
    demonstrated.
    
    LDFLAGS does need to be included here, but it's probably even easier to
    just use the default value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724195

 examples/Makefile.am |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 5ac7752..ddbf80a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,11 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-LINK                   = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(AM_LDFLAGS) -o $@
-
-INCLUDES               = @INCLUDES@
-
-DEFS                   = @DEFS@
-
 AM_LDFLAGS                     = $(LIBGTOP_EXTRA_LIBS)
 
 noinst_PROGRAMS        =       first second pprint procargs df netlist \


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