diff --git a/editor/Makefile.am b/editor/Makefile.am index a59fe959fe..561a1edaf3 100644 --- a/editor/Makefile.am +++ b/editor/Makefile.am @@ -1,6 +1,3 @@ -# FIXME FIXME -# actually this was copied from the one in gstplay so fix that one too ;-) - lib_LTLIBRARIES = libgsteditor.la libgsteditor_la_SOURCES = \ @@ -28,7 +25,9 @@ libgsteditorinclude_HEADERS = \ bin_PROGRAMS = gsteditor gsteditor_SOURCES = editor.c -gsteditor_LDFLAGS = libgsteditor.la $(GST_LIBS) +gsteditor_LDFLAGS = libgsteditor.la $(GST_LIBS) $(LIBGLADE_GNOME_LIBS) +gsteditor_CFLAGS = $(LIBGLADE_GNOME_CFLAGS) $(GST_CFLAGS) -DDATADIR=\""$(gladedir)/"\" + man_MANS = gsteditor.1