From: Mathieu Parent Date: Fri, 2 Apr 2010 12:25:16 +0000 (+0200) Subject: Skinny: Fix the build X-Git-Tag: v1.0.6~15^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8950d00b1feb5a55cf9ca02a14512323b0805a07;p=thirdparty%2Ffreeswitch.git Skinny: Fix the build --- diff --git a/src/mod/endpoints/mod_skinny/Makefile.am b/src/mod/endpoints/mod_skinny/Makefile.am index 18eccd50f3..1ac0cd30c2 100644 --- a/src/mod/endpoints/mod_skinny/Makefile.am +++ b/src/mod/endpoints/mod_skinny/Makefile.am @@ -4,6 +4,6 @@ MODNAME=mod_skinny mod_LTLIBRARIES = mod_skinny.la mod_skinny_la_SOURCES = mod_skinny.c skinny_protocol.c skinny_tables.c skinny_api.c -mod_skinny_la_CFLAGS = $(AM_CFLAGS) -DSKINNY_SVN_VERSION=\"`cat $(switch_builddir)/.version`\" +mod_skinny_la_CFLAGS = $(AM_CFLAGS) mod_skinny_la_LIBADD = $(switch_builddir)/libfreeswitch.la mod_skinny_la_LDFLAGS = -avoid-version -module -no-undefined -shared