this one actually *does* work ;)

Original commit message from CVS:
this one actually *does* work ;)
This commit is contained in:
Thomas Vander Stichele 2001-12-08 09:30:43 +00:00
parent 69a0948597
commit a4340fa71f

View file

@ -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