From: Ralf Corsépius Date: Mon, 10 Sep 2007 08:31:37 +0000 (+0200) Subject: Eliminate noinst_HEADERS. X-Git-Tag: rpm-4.6.0-rc1~1911 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea253c1e514c959fda1d04ed2229026bd1bc0634;p=platform%2Fupstream%2Frpm.git Eliminate noinst_HEADERS. --- diff --git a/misc/Makefile.am b/misc/Makefile.am index f21eb2e..c9db0db 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 =