From 8fd52217d9a6ee913b7d5ef843867b641127caff Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Wed, 24 Feb 2010 12:04:44 +0000 Subject: [PATCH] Skinny: moving to autotools git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16783 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_skinny/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mod/endpoints/mod_skinny/Makefile.am diff --git a/src/mod/endpoints/mod_skinny/Makefile.am b/src/mod/endpoints/mod_skinny/Makefile.am new file mode 100644 index 0000000000..1a2c0aaf1f --- /dev/null +++ b/src/mod/endpoints/mod_skinny/Makefile.am @@ -0,0 +1,9 @@ +include $(top_srcdir)/build/modmake.rulesam + +MODNAME=mod_skinny + +mod_LTLIBRARIES = mod_skinny.la +mod_skinny_la_SOURCES = mod_skinny.c +mod_skinny_la_CFLAGS = $(AM_CFLAGS) -SKINNY_SVN_VERSION=\"`cat $(switch_builddir)/.version`\" +mod_skinny_la_LIBADD = $(switch_builddir)/libfreeswitch.la +mod_skinny_la_LDFLAGS = -avoid-version -module -no-undefined -shared