summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am
index f21eb2ec2..c9db0dbe9 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -3,18 +3,17 @@
AM_CPPFLAGS = -I. -I$(top_srcdir)
EXTRA_DIST = \
- alloca.c basename.c err.c error.c \
- fakefork.c fnmatch.c getcwd.c getmntent.c \
- getwd.c glob.c memcmp.c \
+ alloca.c basename.c err.c err.h \
+ error.c error.h \
+ fakefork.c fnmatch.c fnmatch.h \
+ getcwd.c getmntent.c \
+ getwd.c glob.c glob.h memcmp.c \
mktime.c myrealloc.c putenv.c realpath.c \
setenv.c stpcpy.c stpncpy.c \
strcspn.c strdup.c strerror.c \
strftime.c strcspn.c strstr.c strtol.c \
strtoul.c
-noinst_HEADERS = \
- err.h error.h fnmatch.h glob.h
-
noinst_LIBRARIES = libmisc.a
libmisc_a_SOURCES =