summaryrefslogtreecommitdiff
path: root/beecrypt/tests/Makefile.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-04-10 20:00:40 +0000
committerjbj <devnull@localhost>2002-04-10 20:00:40 +0000
commite5a632b26dc0f8df7f552dcf0a07f703db9fd329 (patch)
tree0748845b10f4b3c23064bbc6d940091c27659a12 /beecrypt/tests/Makefile.in
parentfa1361480f0b9a1154579a21668a249d0bce6126 (diff)
downloadlibrpm-tizen-e5a632b26dc0f8df7f552dcf0a07f703db9fd329.tar.gz
librpm-tizen-e5a632b26dc0f8df7f552dcf0a07f703db9fd329.tar.bz2
librpm-tizen-e5a632b26dc0f8df7f552dcf0a07f703db9fd329.zip
- beecrypt: add types.h, eliminate need for config.gnu.h.
CVS patchset: 5386 CVS date: 2002/04/10 20:00:40
Diffstat (limited to 'beecrypt/tests/Makefile.in')
-rw-r--r--beecrypt/tests/Makefile.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/beecrypt/tests/Makefile.in b/beecrypt/tests/Makefile.in
index 7b780aa9c..66bbd17cc 100644
--- a/beecrypt/tests/Makefile.in
+++ b/beecrypt/tests/Makefile.in
@@ -108,7 +108,17 @@ ac_cv_have_java = @ac_cv_have_java@
ac_cv_have_javac = @ac_cv_have_javac@
am__include = @am__include@
am__quote = @am__quote@
+double8_type = @double8_type@
+float4_type = @float4_type@
install_sh = @install_sh@
+int16_type = @int16_type@
+int32_type = @int32_type@
+int64_type = @int64_type@
+int8_type = @int8_type@
+uint16_type = @uint16_type@
+uint32_type = @uint32_type@
+uint64_type = @uint64_type@
+uint8_type = @uint8_type@
AUTOMAKE_OPTIONS = gnu no-dependencies
@@ -123,7 +133,7 @@ beetest_LDFLAGS = -all-static
openpgp_SOURCES = openpgp.c
subdir = tests
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/config.gnu.h
+CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
EXTRA_PROGRAMS = beetest$(EXEEXT) openpgp$(EXEEXT)
am_beetest_OBJECTS = beetest.$(OBJEXT)