apetag: minor Makefile.am surgery
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Mar 2010 00:05:19 +0000 (00:05 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Mar 2010 00:05:19 +0000 (00:05 +0000)
-I$(top_srcdir)/gst-libs/ is already in $(GST_CFLAGS)

gst/apetag/Makefile.am

index bde6a9f..b391f5e 100644 (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)