apetag: minor Makefile.am surgery

-I$(top_srcdir)/gst-libs/ is already in $(GST_CFLAGS)
This commit is contained in:
Tim-Philipp Müller 2010-03-19 00:05:19 +00:00
parent 63624f966e
commit 553e0295b2

View file

@ -2,7 +2,6 @@ plugin_LTLIBRARIES = libgstapetag.la
libgstapetag_la_SOURCES = gstapedemux.c
libgstapetag_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS)