mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
c514b8ba68
Original commit message from CVS: Fix typo in last checkin
12 lines
221 B
Makefile
12 lines
221 B
Makefile
|
|
check_PROGRAMS = parse1 parse2
|
|
|
|
# parse1 is broken
|
|
TESTS = parse2
|
|
|
|
parse1_SOURCES = parse1.c
|
|
parse2_SOURCES = parse2.c
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|