diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-10 10:31:37 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-10 10:31:37 +0200 |
commit | ea253c1e514c959fda1d04ed2229026bd1bc0634 (patch) | |
tree | 02b37d702fa5afef00e3a6f6aba59c4ec5fb0b40 /misc | |
parent | b3f95ce02abdd489669006b4fbea87ed5d4eff03 (diff) | |
download | librpm-tizen-ea253c1e514c959fda1d04ed2229026bd1bc0634.tar.gz librpm-tizen-ea253c1e514c959fda1d04ed2229026bd1bc0634.tar.bz2 librpm-tizen-ea253c1e514c959fda1d04ed2229026bd1bc0634.zip |
Eliminate noinst_HEADERS.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 11 |
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 = |