From: Michael Jerris Date: Thu, 10 Dec 2009 22:31:13 +0000 (+0000) Subject: fix make clean on --srcdir builds X-Git-Tag: v1.0.6~1072 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=283a01b27272b992f2a0d0e24b4250c5fd2295e0;p=thirdparty%2Ffreeswitch.git fix make clean on --srcdir builds git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15885 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/Makefile b/build/Makefile.am similarity index 100% rename from build/Makefile rename to build/Makefile.am diff --git a/configure.in b/configure.in index cbea8e32cc..990106396a 100644 --- a/configure.in +++ b/configure.in @@ -808,6 +808,7 @@ fi CHECK_ERLANG AC_CONFIG_FILES([Makefile + build/Makefile src/Makefile src/mod/Makefile src/mod/applications/mod_enum/Makefile