diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-09-13 05:12:28 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-09-13 05:12:28 +0200 |
commit | fd9b1506a3b3858235e91cce45805f6d54caae4f (patch) | |
tree | 2b5ebc80ae16f850094df44f27b6e7d1b254a975 /src/Common/Requests | |
parent | d710e7dc5e8f3895f5d1aa6bd1db0ef3151af8ca (diff) | |
download | mad-fd9b1506a3b3858235e91cce45805f6d54caae4f.tar mad-fd9b1506a3b3858235e91cce45805f6d54caae4f.zip |
configure.ac angepasst, damit nicht alle Binaries mit allen Libs gelinkt werden
Diffstat (limited to 'src/Common/Requests')
-rw-r--r-- | src/Common/Requests/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Requests/Makefile.in b/src/Common/Requests/Makefile.in index fc9d079..d3c4783 100644 --- a/src/Common/Requests/Makefile.in +++ b/src/Common/Requests/Makefile.in @@ -95,6 +95,7 @@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GREP = @GREP@ +GSSAPI_LIBS = @GSSAPI_LIBS@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ @@ -124,6 +125,7 @@ PCRECPP_CFLAGS = @PCRECPP_CFLAGS@ PCRECPP_LIBS = @PCRECPP_LIBS@ PKG_CONFIG = @PKG_CONFIG@ RANLIB = @RANLIB@ +READLINE_LIBS = @READLINE_LIBS@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ |