diff options
author | jbj <devnull@localhost> | 2002-10-04 16:09:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-04 16:09:47 +0000 |
commit | b8751e90f613909e1da1c7909aa760699203b53a (patch) | |
tree | 8ee29a20f1c86d16697f8ec136a0a1f06d60c372 /file/Makefile.am | |
parent | 3fec2112f7985602db97f6d156c334b84934ac2d (diff) | |
download | librpm-tizen-b8751e90f613909e1da1c7909aa760699203b53a.tar.gz librpm-tizen-b8751e90f613909e1da1c7909aa760699203b53a.tar.bz2 librpm-tizen-b8751e90f613909e1da1c7909aa760699203b53a.zip |
Make CFLAGS pickier.
Eliminate is_tar() from the API by merging is_tar.c into ascmagic.c.
Use buf/nb names consistently throughout.
Carry mlist/fn/buf/nb/sb in fmagic (for now, a per-file structure is needed).
CVS patchset: 5751
CVS date: 2002/10/04 16:09:47
Diffstat (limited to 'file/Makefile.am')
-rw-r--r-- | file/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file/Makefile.am b/file/Makefile.am index 951df4a16..92f92c24b 100644 --- a/file/Makefile.am +++ b/file/Makefile.am @@ -12,7 +12,7 @@ noinst_HEADERS = debug.h names.h patchlevel.h readelf.h system.h tar.h lib_LTLIBRARIES = libfmagic.la libfmagic_la_SOURCES = \ - apprentice.c ascmagic.c fsmagic.c compress.c is_tar.c \ + apprentice.c ascmagic.c fsmagic.c compress.c \ print.c readelf.c softmagic.c bin_PROGRAMS = file |