From 03fd8d014f9871896a86534432c8757d65a576fe Mon Sep 17 00:00:00 2001 From: Jonathan Santos Date: Wed, 25 May 2011 13:54:02 -0400 Subject: Import upstream version 0.9.13 --- src/libtrau/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/libtrau/Makefile.am (limited to 'src/libtrau/Makefile.am') diff --git a/src/libtrau/Makefile.am b/src/libtrau/Makefile.am new file mode 100644 index 000000000..01ed251d8 --- /dev/null +++ b/src/libtrau/Makefile.am @@ -0,0 +1,7 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) +AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS) +AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(COVERAGE_LDFLAGS) + +noinst_LIBRARIES = libtrau.a + +libtrau_a_SOURCES = rtp_proxy.c subchan_demux.c trau_frame.c trau_mux.c trau_upqueue.c -- cgit v1.2.3