From a2b31f99610c3adb6d6cc5452f588084f499d8d0 Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Tue, 10 Jun 2008 23:00:39 +0000 Subject: [PATCH] [090/906] up git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@502 93df14bb-0f41-7a43-8087-d3e2a2f0e464 --- gst/gl/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index 1055b5d9fa..23b0bec3e2 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -17,7 +17,9 @@ libgstopengl_la_SOURCES = \ gstglfiltercube.c \ gstglfiltercube.h \ gstglfilterapp.c \ - gstglfilterapp.h + gstglfilterapp.h \ + gstglcolorscale.c \ + gstglcolorscale.h # check order of CFLAGS and LIBS, shouldn't the order be the other way around # (like in AM_CFLAGS)?