Mercurial > openid
diff src/c/Makefile.in @ 1:c230e6da3ff6
Discovered LiveJournal endpoint
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 26 Dec 2010 13:10:36 -0500 |
parents | 3c209338e596 |
children | ba203b170476 |
line wrap: on
line diff
--- a/src/c/Makefile.in Sun Dec 26 12:04:08 2010 -0500 +++ b/src/c/Makefile.in Sun Dec 26 13:10:36 2010 -0500 @@ -41,7 +41,7 @@ $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac + $(top_srcdir)/m4/m4_ax_lib_expat.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d @@ -103,6 +103,10 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -113,6 +117,9 @@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +EXPAT_CFLAGS = @EXPAT_CFLAGS@ +EXPAT_LDFLAGS = @EXPAT_LDFLAGS@ +EXPAT_VERSION = @EXPAT_VERSION@ FGREP = @FGREP@ GREP = @GREP@ INCLUDE = @INCLUDE@ @@ -164,6 +171,7 @@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ @@ -213,7 +221,7 @@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = liburweb_openid.la liburweb_openid_la_SOURCES = openid.c -AM_CPPFLAGS = -I@INCLUDE@/urweb @OPENSSL_INCLUDES@ +AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@/urweb -I../../include AM_CFLAGS = -Wimplicit -Wall -Werror all: all-am