aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-06-13 01:29:37 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-06-13 01:29:37 +0200
commitb09628b3e890bc24ddaf987788070d69acfabbc3 (patch)
treebb59e4953ed53c8b926973bb98e71af2654eb4c4 /src/Makefile.am
parente5afd9894d730dd012ad6b73e6e56cf99e6266a2 (diff)
fix symbol visibility for automake builds
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9fa8603..c1c4fe8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
LIBVERSION=0:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include
-AM_CFLAGS = -fPIC -Wall
+AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY}
lib_LTLIBRARIES = librtlsdr.la