diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-07 21:14:20 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-07 21:14:20 -0500 |
commit | b17aea7621494724fc06e6a4dee35c8bf5dffc07 (patch) | |
tree | eebbba4664e686b4b7fbfd513823c6d2206273ea /Makefile.in | |
parent | 023bb328c7c0d9f1b95b2fd5f7207a61d0c69307 (diff) | |
parent | 4455eee4768796782b5842223647f7d1c8d085bb (diff) | |
download | NetNuke2-b17aea7621494724fc06e6a4dee35c8bf5dffc07.tar.gz |
Merge branch 'extrarius-master'
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e5b0617..9227b68 100644 --- a/Makefile.in +++ b/Makefile.in @@ -113,6 +113,10 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ @@ -166,6 +170,7 @@ abs_srcdir = @abs_srcdir@ 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@ |