summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
authorCristian Rodríguez <cristian.rodriguez@opensuse.org>2010-11-15 20:31:25 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-11-15 20:31:25 +0100
commit37dac00e2ad6445f496e68fcf815723432ecb5a8 (patch)
tree9c97e3f99a1663970c578ad879903ced82277415 /Make_global.am
parent485d30a8a89e7500b0df4291fa4dfc33b894998c (diff)
src: implement both GCC visibility support and export script
Read "How to write shared libraries" from Ulrich Drepper for more information on this patch. Specifically section 2.2: Export control and section 3: Maintaining APIs and ABIs. Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index 4aff85c..b0dc429 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -20,5 +20,5 @@
#
LIBVERSION=0:0:0
-CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = -Wall -Wextra -Wno-unused-parameter