diff options
Diffstat (limited to 'src/portab/Makefile.am')
| -rw-r--r-- | src/portab/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portab/Makefile.am b/src/portab/Makefile.am index c48e67ad..125cc31a 100644 --- a/src/portab/Makefile.am +++ b/src/portab/Makefile.am @@ -14,7 +14,7 @@ AUTOMAKE_OPTIONS = ansi2knr noinst_LIBRARIES = libngportab.a -libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c +libngportab_a_SOURCES = strdup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c check_PROGRAMS = portabtest |