gstreamer/testsuite/autoplug/Makefile.am
David I. Lehn 0c6e27ad02 use AM_CFLAGS instead of CFLAGS
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
2002-11-02 05:39:21 +00:00

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)