summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Make_global.am1
-rw-r--r--src/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index 6f3ac2b..e52eb90 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -5,3 +5,4 @@
LIBVERSION=0:0:0
INCLUDES=$(all_includes) -I$(top_srcdir)/include
+AM_CFLAGS=-fPIC -Wall -Wextra -Wno-unused-parameter
diff --git a/src/Makefile.am b/src/Makefile.am
index 4fdfa27..72ccb0c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,5 @@
include $(top_srcdir)/Make_global.am
-AM_CFLAGS=-fPIC -Wall -Wextra -Wno-unused-parameter
LIBS=
lib_LTLIBRARIES = libmnl.la