summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 63179e7..63d8f5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,7 @@ o use umask() to set up file permissions
Max Kellermann <max@duempel.org>:
o fix shadow warnings by renaming variables or making them local
+o remove "-g" from Makefile.am, this should be specified by the user
= conntrackd =
o resolve global variable "alarm" conflict with alarm() function in unistd.h.
diff --git a/Makefile.am b/Makefile.am
index 3d4f9f3..0cd321b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,6 @@ EXTRA_DIST = $(man_MANS) Make_global.am ChangeLog TODO doc
SUBDIRS = extensions src
DIST_SUBDIRS = include src extensions
LIBS = @LIBNETFILTER_CONNTRACK_LIBS@
-AM_CFLAGS = -g
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)