diff options
author | jbj <devnull@localhost> | 2002-12-11 15:06:17 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-11 15:06:17 +0000 |
commit | 78ddb8c8761d21ad59f99404c1f077c1434e943a (patch) | |
tree | 7d84eb2c87b5ce575428959a82b4fa28676afec1 /python/Makefile.am | |
parent | fb0d3c9741a83bc8267eeccd4a2e490f4129e38c (diff) | |
download | librpm-tizen-78ddb8c8761d21ad59f99404c1f077c1434e943a.tar.gz librpm-tizen-78ddb8c8761d21ad59f99404c1f077c1434e943a.tar.bz2 librpm-tizen-78ddb8c8761d21ad59f99404c1f077c1434e943a.zip |
Sanity.
CVS patchset: 5935
CVS date: 2002/12/11 15:06:17
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 29706f705..3859bfa76 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -21,7 +21,7 @@ INCLUDES = -I. \ @INCPATH@ noinst_HEADERS = hash.h header-py.h \ - rpmal-py.h rpmbc-py.h rpmds-py.h rpmdb-py.h rpmfd-py.h rpmfts-py.c \ + rpmal-py.h rpmbc-py.h rpmds-py.h rpmdb-py.h rpmfd-py.h rpmfts-py.h \ rpmfi-py.h rpmmi-py.h rpmrc-py.h rpmte-py.h rpmts-py.h \ upgrade.h |