summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2009-04-02 03:10:41 +0300
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-04-02 03:11:27 +0300
commited7268351883c9d20964093cc23ee05b66adaa75 (patch)
treea5bbe9b07b81c3419e2810fd97ba120be38984a8 /AUTHORS
parent8bd344cba4e7d558cb5313b11b34699fe0d82447 (diff)
downloadlibchamplain-ed7268351883c9d20964093cc23ee05b66adaa75.tar.gz
-export-symbols-regex was set in AM_LDFLAGS, but this got overridden by
libchamplain_0_2_la_LDFLAGS causing it to not actually have any effect :(. Fix this by putting -export-symbols-regex in libchamplain_0_2_la_LDFLAGS and removing the useless AM_LDFLAGS.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2551153..b7f2a65 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,3 +13,4 @@ Lionel Dricot <ploum@ploum.net>
Simon Wenner <simon@wenner.ch>
Kritarth Upadhyay <boyzoneblues@gmail.com>
Debarshi Ray <debarshi.ray@gmail.com>
+Sjoerd Simons <sjoerd@luon.net>