icles: Link with GTK+

This commit is contained in:
Sebastian Dröge 2010-01-16 11:23:00 +01:00
parent 92b7c0ad15
commit 55c48789b7
2 changed files with 3 additions and 3 deletions

View file

@ -25,9 +25,9 @@ GST_METADATA_TESTS = metadata_editor
metadata_editor_SOURCES = metadata_editor.c
metadata_editor_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
metadata_editor_LDADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS)
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10 $(GST_LIBS) $(GTK_LIBS)
else
GST_METADATA_TESTS =
endif

View file

@ -742,7 +742,7 @@ ui_refresh ()
static int
ui_create ()
{
Gerror *error = NULL;
GError *error = NULL;
int ret = 0;
builder = gtk_builder_new ();