mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
986777c851
Original commit message from CVS: Makfeile updates.
14 lines
249 B
Makefile
14 lines
249 B
Makefile
SUBDIRS = refcounting capsnego
|
|
|
|
testprogs = test_gst_init
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|
|
|
|
DIST_SUBDIRS = refcounting capsnego
|