Commit 1386e5e2 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

taglib: fix C++ flags overriding

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 887a029a
......@@ -5,7 +5,7 @@ meta_LTLIBRARIES = libfolder_plugin.la
libtaglib_plugin_la_SOURCES = meta_engine/taglib.cpp \
demux/xiph_metadata.h demux/xiph_metadata.c
libtaglib_plugin_la_CXXFLAGS = $(AM_CFLAGS) $(TAGLIB_CFLAGS)
libtaglib_plugin_la_CXXFLAGS = $(AM_CXXFLAGS) $(TAGLIB_CFLAGS)
libtaglib_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(metadir)'
libtaglib_plugin_la_LIBADD = $(TAGLIB_LIBS) -lz
EXTRA_LTLIBRARIES += libtaglib_plugin.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment