mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
try again
Original commit message from CVS: try again
This commit is contained in:
parent
890c2c7eec
commit
d616f28fcd
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
if HAVE_LIBGNOMEUI
|
if HAVE_LIBGNOMEUI
|
||||||
GNOME=gnome
|
GNOME=gnome dynamic
|
||||||
else
|
else
|
||||||
GNOME=
|
GNOME=
|
||||||
endif
|
endif
|
||||||
|
@ -10,6 +10,8 @@ noinst_PROGRAMS = $(EXAMPLES)
|
||||||
LDADD = $(GST_LIBS)
|
LDADD = $(GST_LIBS)
|
||||||
INCLUDES = $(GST_CFLAGS)
|
INCLUDES = $(GST_CFLAGS)
|
||||||
|
|
||||||
|
dynamic_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
|
||||||
|
dynamic_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
||||||
gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
|
gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
|
||||||
gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
||||||
|
|
||||||
|
@ -21,5 +23,5 @@ EXTRA_DIST = extract.pl
|
||||||
# also, it's a bit irritating that right now a change in any xml file
|
# also, it's a bit irritating that right now a change in any xml file
|
||||||
# triggers a rebuild of all examples
|
# triggers a rebuild of all examples
|
||||||
#%.c:
|
#%.c:
|
||||||
gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
|
dynamic.c gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
|
||||||
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
if HAVE_LIBGNOMEUI
|
if HAVE_LIBGNOMEUI
|
||||||
GNOME=gnome
|
GNOME=gnome dynamic
|
||||||
else
|
else
|
||||||
GNOME=
|
GNOME=
|
||||||
endif
|
endif
|
||||||
|
@ -10,6 +10,8 @@ noinst_PROGRAMS = $(EXAMPLES)
|
||||||
LDADD = $(GST_LIBS)
|
LDADD = $(GST_LIBS)
|
||||||
INCLUDES = $(GST_CFLAGS)
|
INCLUDES = $(GST_CFLAGS)
|
||||||
|
|
||||||
|
dynamic_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
|
||||||
|
dynamic_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
||||||
gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
|
gnome_LDADD = $(GST_LIBS) $(LIBGNOMEUI_LIBS)
|
||||||
gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
gnome_CFLAGS = $(GST_CFLAGS) $(LIBGNOMEUI_CFLAGS)
|
||||||
|
|
||||||
|
@ -21,5 +23,5 @@ EXTRA_DIST = extract.pl
|
||||||
# also, it's a bit irritating that right now a change in any xml file
|
# also, it's a bit irritating that right now a change in any xml file
|
||||||
# triggers a rebuild of all examples
|
# triggers a rebuild of all examples
|
||||||
#%.c:
|
#%.c:
|
||||||
gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
|
dynamic.c gnome.c xml-mp3.c: $(top_srcdir)/docs/manual/*.xml
|
||||||
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
$(srcdir)/extract.pl $@ $(top_srcdir)/docs/manual/*.xml
|
||||||
|
|
Loading…
Reference in a new issue