[libchamplain] demos: Remove libraries from LDFLAGS



commit 855f5b0a17d6753b9c135875ce6ac97cffca4e7d
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Feb 27 22:13:58 2014 -0500

    demos: Remove libraries from LDFLAGS
    
    The libraries that the demos link against are already (properly) listed
    in the per-target _LDADD variable.  Libraries should never be in LDFLAGS
    -- this is for linker options only.
    
    This unbreaks the build on FreeBSD
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725364

 demos/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 46b883c..8de1278 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = icons
 INCLUDES = -I$(top_srcdir)
 
 AM_CPPFLAGS = $(DEPS_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(DEPS_LIBS)
 
 minimal_SOURCES = minimal.c
 minimal_LDADD = $(DEPS_LIBS) ../champlain/libchamplain- CHAMPLAIN_API_VERSION@.la


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