diff options
author | Tom Yu <tlyu@mit.edu> | 1994-06-21 06:29:20 +0000 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 1994-06-21 06:29:20 +0000 |
commit | 92290607088557aa8472fd3f242f7e3ae37ced03 (patch) | |
tree | 2ccc8a0ea54eb27fff38640e18e010e6e2ab16f0 /src/appl/user_user/Makefile.in | |
parent | d44265f27ddf36419b311eb8d7cb641418562e8b (diff) | |
download | krb5-92290607088557aa8472fd3f242f7e3ae37ced03.tar.gz krb5-92290607088557aa8472fd3f242f7e3ae37ced03.tar.xz krb5-92290607088557aa8472fd3f242f7e3ae37ced03.zip |
support to allow --with-ccopts=
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3884 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/user_user/Makefile.in')
-rw-r--r-- | src/appl/user_user/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/appl/user_user/Makefile.in b/src/appl/user_user/Makefile.in index e05042b9b2..98b6e8e25c 100644 --- a/src/appl/user_user/Makefile.in +++ b/src/appl/user_user/Makefile.in @@ -3,6 +3,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ DEFS = @DEFS@ +CCOPTS = @CCOPTS@ LIBS = @LIBS@ CFLAGS = $(CCOPTS) $(DEFS) -DDEBUG |