Skinny: Fix the build

This commit is contained in:
Mathieu Parent 2010-04-02 14:25:16 +02:00
parent b877d2aa8f
commit 8950d00b1f
1 changed files with 1 additions and 1 deletions

View 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