diff options
author | jbj <devnull@localhost> | 1999-07-15 21:48:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-15 21:48:28 +0000 |
commit | d9f36428bc78fafc8b658bb0f10358040952186b (patch) | |
tree | 6df288f6ac6cae67e9a20c960bbdfc6c2ce367eb /python | |
parent | 48114d505c8789c6b409a6fb28ddf2c05f5e223a (diff) | |
download | rpm-d9f36428bc78fafc8b658bb0f10358040952186b.tar.gz rpm-d9f36428bc78fafc8b658bb0f10358040952186b.tar.bz2 rpm-d9f36428bc78fafc8b658bb0f10358040952186b.zip |
Typo.
CVS patchset: 3169
CVS date: 1999/07/15 21:48:28
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 646dcd35d..ee997d908 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -13,8 +13,6 @@ mylibs= \ $(top_builddir)/lib/librpm.la \ $(top_builddir)/popt/libpopt.la -EXTRA_DIST = Makefile.in - pythondir = $(prefix)/lib/python1.5/site-packages python_PROGRAMS = rpmmodule.so |