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 /libsysfs | |
parent | 023bb328c7c0d9f1b95b2fd5f7207a61d0c69307 (diff) | |
parent | 4455eee4768796782b5842223647f7d1c8d085bb (diff) | |
download | NetNuke2-b17aea7621494724fc06e6a4dee35c8bf5dffc07.tar.gz |
Merge branch 'extrarius-master'
Diffstat (limited to 'libsysfs')
-rw-r--r-- | libsysfs/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libsysfs/Makefile.in b/libsysfs/Makefile.in index 19590e1..2df3b13 100644 --- a/libsysfs/Makefile.in +++ b/libsysfs/Makefile.in @@ -35,7 +35,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = libsysfs -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -107,6 +107,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@ @@ -160,6 +164,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@ |