From 30a2e58cc19b69b21c924153bb1058bef9bdf137 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 11 Apr 2012 23:05:06 +0200 Subject: experimental scope in opengl --- plugins/gtkui/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/gtkui/Makefile.am') diff --git a/plugins/gtkui/Makefile.am b/plugins/gtkui/Makefile.am index 8d5c8860..69c36580 100644 --- a/plugins/gtkui/Makefile.am +++ b/plugins/gtkui/Makefile.am @@ -25,7 +25,8 @@ GTKUI_SOURCES = gtkui.c gtkui.h\ pluginconf.h\ widgets.c widgets.h\ ddbseekbar.h ddbequalizer.h ddbcellrenderertextmultiline.h\ - ddbseekbar.c ddbequalizer.c ddbcellrenderertextmultiline.c + ddbseekbar.c ddbequalizer.c ddbcellrenderertextmultiline.c\ + gtkuigl.c gtkuigl.h sdkdir = $(pkgincludedir) sdk_HEADERS = gtkui_api.h @@ -52,7 +53,7 @@ endif if HAVE_GTK2 ddb_gui_GTK2_la_SOURCES = $(GTKUI_SOURCES) ddb_gui_GTK2_la_LDFLAGS = -module -ddb_gui_GTK2_la_LIBADD = $(LDADD) $(GTK2_DEPS_LIBS) +ddb_gui_GTK2_la_LIBADD = $(LDADD) $(GTK2_DEPS_LIBS) -lGLU ddb_gui_GTK2_la_CFLAGS = -std=c99 $(GTK2_DEPS_CFLAGS) endif if HAVE_GTK3 -- cgit v1.2.3