]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: Fix the build
authorMathieu Parent <math.parent@gmail.com>
Fri, 2 Apr 2010 12:25:16 +0000 (14:25 +0200)
committerMathieu Parent <math.parent@gmail.com>
Fri, 2 Apr 2010 12:25:16 +0000 (14:25 +0200)
src/mod/endpoints/mod_skinny/Makefile.am

index 18eccd50f359db7be6a4cd50633c846309a71934..1ac0cd30c25a95670f546ef33dc332c7a098fb00 100644 (file)
@@ -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