summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-19 00:05:19 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-19 00:05:19 +0000
commit553e0295b23c6c92af5ffcb6f3908cad382a4d21 (patch)
treecb7afff9b445e189ea3735a9dc2d9f73f5d0bce0
parent63624f966e4f24145bc6c1b1e6a441c119eb6976 (diff)
apetag: minor Makefile.am surgery
-I$(top_srcdir)/gst-libs/ is already in $(GST_CFLAGS)
-rw-r--r--gst/apetag/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/apetag/Makefile.am b/gst/apetag/Makefile.am
index bde6a9f9a..b391f5eaf 100644
--- a/gst/apetag/Makefile.am
+++ b/gst/apetag/Makefile.am
@@ -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)