mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Makfeile updates.
Original commit message from CVS: Makfeile updates.
This commit is contained in:
parent
a3d7869aaa
commit
986777c851
6 changed files with 8 additions and 8 deletions
|
@ -9,3 +9,6 @@ check_PROGRAMS = $(testprogs)
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
DIST_SUBDIRS = refcounting capsnego
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
SUBDIRS =
|
|
||||||
|
|
||||||
testprogs = capsnego converter converter2 enum
|
testprogs = capsnego converter converter2 enum
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
SUBDIRS =
|
|
||||||
|
|
||||||
testprogs = object element pad element_pad bin thread
|
testprogs = object element pad element_pad bin thread
|
||||||
|
|
||||||
object_SOURCES = object.c mem.c
|
object_SOURCES = object.c mem.c
|
||||||
|
@ -16,3 +14,4 @@ check_PROGRAMS = $(testprogs)
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,6 @@ check_PROGRAMS = $(testprogs)
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
|
DIST_SUBDIRS = refcounting capsnego
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
SUBDIRS =
|
|
||||||
|
|
||||||
testprogs = capsnego converter converter2 enum
|
testprogs = capsnego converter converter2 enum
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
SUBDIRS =
|
|
||||||
|
|
||||||
testprogs = object element pad element_pad bin thread
|
testprogs = object element pad element_pad bin thread
|
||||||
|
|
||||||
object_SOURCES = object.c mem.c
|
object_SOURCES = object.c mem.c
|
||||||
|
@ -16,3 +14,4 @@ check_PROGRAMS = $(testprogs)
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
CFLAGS += $(GST_CFLAGS)
|
CFLAGS += $(GST_CFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue