diff options
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f24cfc269..e162c8ff0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -107,6 +107,7 @@ libfetish_a_SOURCES = \ sig2str.h \ stdio-safer.h \ stripslash.c \ + strdup.h \ strndup.h \ strverscmp.h \ time_r.c time_r.h \ @@ -126,7 +127,7 @@ libfetish_a_SOURCES = \ xmemcoll.c xmemcoll.h \ xnanosleep.c xnanosleep.h \ xreadlink.c xreadlink.h \ - xstrdup.c xstrdup.h \ + xstrdup.c \ xstrndup.c xstrndup.h \ xstrtod.c xstrtod.h \ xstrtoimax.c \ |