diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-07 20:12:02 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-07 20:12:02 -0500 |
commit | 48f13b277f9afb261d72502a9449cf2a404ead6d (patch) | |
tree | 19f36a0e31653d03c02f5ea9aa6eda14729f045b /Makefile.in | |
parent | 166c3ac6d690ad95733c1c12032df15fc58015f7 (diff) | |
parent | cdd0832671d59b90e4a6947c43096057c0be1d53 (diff) | |
download | NetNuke2-48f13b277f9afb261d72502a9449cf2a404ead6d.tar.gz |
Merge branch 'extrarius-master'
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d2381b2..e5b0617 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,7 +39,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(top_srcdir)/configure config.guess config.sub depcomp \ install-sh ltmain.sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |