diff options
author | jbj <devnull@localhost> | 2000-12-02 21:53:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-02 21:53:44 +0000 |
commit | 2885f536b6e314734c0c04245d77b9f7bdc76d42 (patch) | |
tree | 1ab8d5ab1cbc20bd1b1da69ba475b80816db2da9 /python | |
parent | d7a40e754dc6b0ac07d2185bb5723384065feab5 (diff) | |
download | librpm-tizen-2885f536b6e314734c0c04245d77b9f7bdc76d42.tar.gz librpm-tizen-2885f536b6e314734c0c04245d77b9f7bdc76d42.tar.bz2 librpm-tizen-2885f536b6e314734c0c04245d77b9f7bdc76d42.zip |
Bring header reggions mods back to top of stack.
CVS patchset: 4305
CVS date: 2000/12/02 21:53:44
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 3689ec5cf..639aa6789 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -78,6 +78,7 @@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ DATADIRNAME = @DATADIRNAME@ DBLIBOBJS = @DBLIBOBJS@ +DBLIBSRCS = @DBLIBSRCS@ DLLTOOL = @DLLTOOL@ FINDPROVIDES = @FINDPROVIDES@ FINDREQUIRES = @FINDREQUIRES@ @@ -125,6 +126,7 @@ RPMCONFIGDIR = @RPMCONFIGDIR@ SYSCONFIGDIR = @SYSCONFIGDIR@ TOP_SOURCEDIR = @TOP_SOURCEDIR@ U = @U@ +UNZIPBIN = @UNZIPBIN@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ |