summaryrefslogtreecommitdiffstats
path: root/gst/alpha
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-06-30 13:19:39 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-06-30 13:19:39 +0000
commit94e9812b6bfcf12b9a2d12a737f492f5d05bfe0f (patch)
tree72536d69046b6ff30876ac8710abf84edf127260 /gst/alpha
parentb87df5e4608914966e87f56c79caa9d3ab42eb78 (diff)
fixes for new pkg-config files in gst-plugins-base
Original commit message from CVS: fixes for new pkg-config files in gst-plugins-base
Diffstat (limited to 'gst/alpha')
-rw-r--r--gst/alpha/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/alpha/Makefile.am b/gst/alpha/Makefile.am
index 9f8e835b..61f56e71 100644
--- a/gst/alpha/Makefile.am
+++ b/gst/alpha/Makefile.am
@@ -2,7 +2,7 @@
plugin_LTLIBRARIES = libgstalpha.la
libgstalpha_la_SOURCES = gstalpha.c
-libgstalpha_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
+libgstalpha_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstalpha_la_LIBADD =
libgstalpha_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)