mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
0c6e27ad02
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
9 lines
213 B
Makefile
9 lines
213 B
Makefile
testprogs = autoplug ## autoplug3 ## autoplug4 # autoplug2
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|