this one actually *does* work ;)
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 09:30:43 +0000 (09:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 8 Dec 2001 09:30:43 +0000 (09:30 +0000)
Original commit message from CVS:
this one actually *does* work ;)

editor/Makefile.am

index a59fe95..561a1ed 100644 (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