base: Avoid usage of deprecated API
[platform/upstream/gstreamer.git] / tests / examples / gl / gtk / fxtest / Makefile.am
1 noinst_PROGRAMS = fxtest 
2 noinst_PROGRAMS += pixbufdrop
3
4 fxtest_SOURCES = fxtest.c
5
6 fxtest_CFLAGS=\
7         $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
8         $(GL_CFLAGS) $(GTK_CFLAGS) $(X11_CFLAGS)
9 fxtest_LDADD=../libgstgtkhelper.la \
10         $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
11         $(GST_LIBS) $(GL_LIBS) $(GTK_LIBS) $(X11_LIBS)
12
13 pixbufdrop_SOURCES = pixbufdrop.c
14
15 pixbufdrop_CFLAGS=\
16         $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
17         $(GL_CFLAGS) $(GTK_CFLAGS) $(X11_CFLAGS)
18 pixbufdrop_LDADD=../libgstgtkhelper.la \
19         $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
20         $(GST_LIBS) $(GL_LIBS) $(GTK_LIBS) $(X11_LIBS)