mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
f985019e4c
Original commit message from CVS: * more build cleanups (using as-version and as-libtool) * some release doc notes from the previous release
10 lines
142 B
Makefile
10 lines
142 B
Makefile
testprogs = tee fake
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
EXTRA_DIST = events.h
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|