]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/Makefile.ng
Fix memory leak in portabtest Check_strtok_r()
[ngircd-alex.git] / src / portab / Makefile.ng
index e27980ee229be7616ca614e3fccb4b6fb27d7b9e..30b77fc3e532fd4f71c334238b298b29d8b9dab9 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors
+# Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,7 +15,13 @@ EXTRA_DIST = Makefile.ng
 
 noinst_LIBRARIES = libngportab.a
 
-libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c
+libngportab_a_SOURCES = \
+       strdup.c \
+       strlcpy.c \
+       strndup.c \
+       strtok_r.c \
+       vsnprintf.c \
+       waitpid.c
 
 check_PROGRAMS = portabtest
 
@@ -25,10 +31,10 @@ portabtest_LDFLAGS = -L.
 
 portabtest_LDADD = -lngportab
 
-noinst_HEADERS = imp.h exp.h portab.h splint.h
+noinst_HEADERS = portab.h splint.h
 
 maintainer-clean-local:
-       rm -f Makefile Makefile.in
+       rm -f Makefile Makefile.in Makefile.am
 
 TESTS = portabtest