mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
add this
Original commit message from CVS: add this
This commit is contained in:
parent
2c902a840c
commit
121c19e9f4
2 changed files with 8 additions and 4 deletions
|
@ -4,7 +4,7 @@ else
|
||||||
GNOME=
|
GNOME=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXAMPLES = $(GNOME) xml
|
EXAMPLES = $(GNOME) xml-mp3
|
||||||
noinst_PROGRAMS = $(EXAMPLES)
|
noinst_PROGRAMS = $(EXAMPLES)
|
||||||
|
|
||||||
LDADD = $(GST_LIBS)
|
LDADD = $(GST_LIBS)
|
||||||
|
@ -13,11 +13,13 @@ INCLUDES = $(GST_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)
|
||||||
|
|
||||||
|
EXTRA_DIST = extract.pl
|
||||||
|
|
||||||
# for some reason specifying %.c runs us into trouble when running make
|
# for some reason specifying %.c runs us into trouble when running make
|
||||||
# clean, it starts looking for things like mostlyclean-am.c, please
|
# clean, it starts looking for things like mostlyclean-am.c, please
|
||||||
# help me fix that so we don't need to specify all sources here
|
# help me fix that so we don't need to specify all sources here
|
||||||
# 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.c: $(top_srcdir)/docs/manual/*.xml
|
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
|
||||||
|
|
|
@ -4,7 +4,7 @@ else
|
||||||
GNOME=
|
GNOME=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXAMPLES = $(GNOME) xml
|
EXAMPLES = $(GNOME) xml-mp3
|
||||||
noinst_PROGRAMS = $(EXAMPLES)
|
noinst_PROGRAMS = $(EXAMPLES)
|
||||||
|
|
||||||
LDADD = $(GST_LIBS)
|
LDADD = $(GST_LIBS)
|
||||||
|
@ -13,11 +13,13 @@ INCLUDES = $(GST_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)
|
||||||
|
|
||||||
|
EXTRA_DIST = extract.pl
|
||||||
|
|
||||||
# for some reason specifying %.c runs us into trouble when running make
|
# for some reason specifying %.c runs us into trouble when running make
|
||||||
# clean, it starts looking for things like mostlyclean-am.c, please
|
# clean, it starts looking for things like mostlyclean-am.c, please
|
||||||
# help me fix that so we don't need to specify all sources here
|
# help me fix that so we don't need to specify all sources here
|
||||||
# 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.c: $(top_srcdir)/docs/manual/*.xml
|
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