summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-02-27 22:13:58 -0500
committerJiří Techet <techet@gmail.com>2014-03-03 21:14:59 +0100
commit855f5b0a17d6753b9c135875ce6ac97cffca4e7d (patch)
tree6d103b2909119011453bb4dfc63d162f20a77699
parent78d3f339b8dc35569419f2a9e13731521f647909 (diff)
downloadlibchamplain-855f5b0a17d6753b9c135875ce6ac97cffca4e7d.tar.gz
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
-rw-r--r--demos/Makefile.am1
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