aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-02-18 03:11:41 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-02-18 03:11:41 +0100
commit0eb4f39ad42f3c3b0ad40e5b1e47a29d4999318c (patch)
tree9205d3626ebb610c0010ab7005bc3379f56df78d
parent68e89b02bc0092d178154366a5ae88d23f1940ce (diff)
downloadfdk-aac-dabplus-0eb4f39ad42f3c3b0ad40e5b1e47a29d4999318c.tar.gz
fdk-aac-dabplus-0eb4f39ad42f3c3b0ad40e5b1e47a29d4999318c.tar.bz2
fdk-aac-dabplus-0eb4f39ad42f3c3b0ad40e5b1e47a29d4999318c.zip
Set CFLAGS instead of CXXFLAGS for libtoolame-dab
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dad3142..dfd47b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ pkgconfig_DATA = fdk-dabplus.pc
lib_LTLIBRARIES = libfdk-dabplus.la libtoolame-dab.la
-libtoolame_dab_la_CXXFLAGS = -fomit-frame-pointer -DNEWENCODE
+libtoolame_dab_la_CFLAGS = -fomit-frame-pointer -DNEWENCODE
libtoolame_dab_la_LDFLAGS = -version-info @LIBTOOLAME_DAB_VERSION@ \
-no-undefined \
-export-symbols $(top_srcdir)/libtoolame-dab.sym