diff options
author | jbj <devnull@localhost> | 1998-11-22 19:48:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-11-22 19:48:48 +0000 |
commit | eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c (patch) | |
tree | 002437098b7dd9b121a90da5fceeb805fd348b77 /tests | |
parent | a15a36abd12dba7dcf5cab390100dfcbc16dd6b8 (diff) | |
download | librpm-tizen-eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c.tar.gz librpm-tizen-eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c.tar.bz2 librpm-tizen-eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c.zip |
Start abstracting compressed I/O.
CVS patchset: 2552
CVS date: 1998/11/22 19:48:48
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.in | 1 | ||||
-rw-r--r-- | tests/hello-test/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index eeb945561..b7206a9cf 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -90,6 +90,7 @@ LIBRPMALIAS_FILENAME = @LIBRPMALIAS_FILENAME@ LIBRPMRC_FILENAME = @LIBRPMRC_FILENAME@ LIBS = @LIBS@ LN_S = @LN_S@ +LOCALEDIR = @LOCALEDIR@ MACROFILES = @MACROFILES@ MAKEINFO = @MAKEINFO@ MISCDIR = @MISCDIR@ diff --git a/tests/hello-test/Makefile.in b/tests/hello-test/Makefile.in index 20db464fe..ba3701094 100644 --- a/tests/hello-test/Makefile.in +++ b/tests/hello-test/Makefile.in @@ -90,6 +90,7 @@ LIBRPMALIAS_FILENAME = @LIBRPMALIAS_FILENAME@ LIBRPMRC_FILENAME = @LIBRPMRC_FILENAME@ LIBS = @LIBS@ LN_S = @LN_S@ +LOCALEDIR = @LOCALEDIR@ MACROFILES = @MACROFILES@ MAKEINFO = @MAKEINFO@ MISCDIR = @MISCDIR@ |