summaryrefslogtreecommitdiff
path: root/ext/gtk
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-02-10 13:20:43 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-02-10 13:33:42 +0000
commit9c21a17a9aae78097977cd0e3797d5eb5eb6a129 (patch)
treeb70a01213891dafbdbcd91d63aa3d02e9886c558 /ext/gtk
parenta12f8df0c6933af629d7d75585a42371e59e9021 (diff)
downloadgstreamer-plugins-good-9c21a17a9aae78097977cd0e3797d5eb5eb6a129.tar.gz
gtk: hook up to autotools build
Diffstat (limited to 'ext/gtk')
-rw-r--r--ext/gtk/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gtk/Makefile.am b/ext/gtk/Makefile.am
index 057ff3f18..a1eec2627 100644
--- a/ext/gtk/Makefile.am
+++ b/ext/gtk/Makefile.am
@@ -37,10 +37,8 @@ libgstgtk_la_SOURCES = $(sources)
libgstgtk_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
if USE_GTK3_GL
-if USE_GL
libgstgtk_la_SOURCES += gstgtkglsink.c gstgtkglsink.h gtkgstglwidget.c gtkgstglwidget.h
libgstgtk_la_LIBADD += $(GST_GL_LIBS)
endif
-endif
plugin_LTLIBRARIES = libgstgtk.la