mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
this one actually *does* work ;)
Original commit message from CVS: this one actually *does* work ;)
This commit is contained in:
parent
69a0948597
commit
a4340fa71f
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
||||||
# FIXME FIXME
|
|
||||||
# actually this was copied from the one in gstplay so fix that one too ;-)
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgsteditor.la
|
lib_LTLIBRARIES = libgsteditor.la
|
||||||
|
|
||||||
libgsteditor_la_SOURCES = \
|
libgsteditor_la_SOURCES = \
|
||||||
|
@ -28,7 +25,9 @@ libgsteditorinclude_HEADERS = \
|
||||||
|
|
||||||
bin_PROGRAMS = gsteditor
|
bin_PROGRAMS = gsteditor
|
||||||
gsteditor_SOURCES = editor.c
|
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
|
man_MANS = gsteditor.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue