Eliminate noinst_HEADERS.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 10 Sep 2007 08:31:37 +0000 (10:31 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 10 Sep 2007 08:31:37 +0000 (10:31 +0200)
misc/Makefile.am

index f21eb2e..c9db0db 100644 (file)
@@ -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 =