summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-05-28 19:14:30 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-05-28 19:14:30 +0000
commitc7dc4e0efcee3628657fa6b274b6a236e84cc6ad (patch)
tree9d7b1312aec3315ea87496f0ab9bc3e12b01b248 /imap
parent31dd0f5549115d988ef0b57194fd026e1e307b95 (diff)
Improve checking for 32bit integers. From Brendan Cully and Lars
Hecking.
Diffstat (limited to 'imap')
-rw-r--r--imap/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index ea16bfb8..4d7db317 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -23,8 +23,3 @@ noinst_HEADERS = auth.h imap_private.h message.h
libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
-
-../types.h: ../checktypes
- @( cd .. && $(MAKE) types.h )
-
-util.o: ../types.h