Browse Source

Fix some automake warnings.

pull/1/head
Ghislain MARY 12 years ago
parent
commit
b5013d1c4c
3 changed files with 3 additions and 5 deletions
  1. +1
    -1
      msbcg729/Makefile.am
  2. +1
    -1
      src/Makefile.am
  3. +1
    -3
      test/bin/Makefile.am

+ 1
- 1
msbcg729/Makefile.am View File

@ -12,5 +12,5 @@ libmsbcg729_la_LIBADD=\
$(top_builddir)/src/libbcg729.la
libmsbcg729_la_LDFLAGS=-module -no-undefined $(MEDIASTREAMER_LDFLAGS)
INCLUDES = -I$(top_srcdir)/include
AM_CPPFLAGS = -I$(top_srcdir)/include
libmsbcg729_la_CFLAGS= $(ORTP_CFLAGS) $(MEDIASTREAMER_CFLAGS)

+ 1
- 1
src/Makefile.am View File

@ -30,6 +30,6 @@ libbcg729_la_SOURCES= LP2LSPConversion.c \
libbcg729_la_LDFLAGS= -no-undefined
INCLUDES= -I$(top_srcdir)/include
AM_CPPFLAGS= -I$(top_srcdir)/include
AM_CFLAGS=$(VISIBILITY_CFLAGS)

+ 1
- 3
test/bin/Makefile.am View File

@ -29,6 +29,4 @@ postProcessingTest_SOURCES=$(top_srcdir)/test/src/postProcessingTest.c $(util_sr
preProcessingTest_SOURCES=$(top_srcdir)/test/src/preProcessingTest.c $(util_src)
LDADD= $(top_builddir)/src/libbcg729.la
INCLUDES=-I$(top_srcdir)/include/
AM_CCPFLAGS=-I$(top_srcdir)/include/

Loading…
Cancel
Save