Add -DKRB5_USE_ISODE so that include files get included properly
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Oct 1994 19:06:22 +0000 (19:06 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Oct 1994 19:06:22 +0000 (19:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4485 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/Makefile.isode.in

index 9f1f3c6811e9f49c7d110a0c4339251a2308b337..276c379128dddaf29431618d9dc42efa1c3bce18 100644 (file)
@@ -1,3 +1,8 @@
+Fri Oct  7 15:05:35 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.isode.in: Add -DKRB5_USE_ISODE so that include files
+               are right.
+
 Tue Oct  4 16:13:45 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * asn1_decode_k.c (asn1_decode_kerberos_time): Don't assume that
index e4009b1df61c903ae8175b030ab509d91cd257d9..a7422bd2d760f9fba6417f2f677a2406999f870a 100644 (file)
@@ -8,7 +8,7 @@ CCOPTS = @CCOPTS@
 LIBS = @LIBS@
  
 # -I. for isode/
-CFLAGS = $(CCOPTS) $(DEFS) -DPEPSY_LINKABLE_FUNCS -I.
+CFLAGS = $(CCOPTS) $(DEFS) -DPEPSY_LINKABLE_FUNCS -DKRB5_USE_ISODE -I.
 LDFLAGS = -g
 
 RM = rm -f