gstreamer/testsuite/elements/Makefile.am
Thomas Vander Stichele cc3b3cc116 fixing up tests to work with property callbacks
Original commit message from CVS:
fixing up tests to work with property callbacks
2002-02-12 13:51:40 +00:00

11 lines
144 B
Makefile

testprogs = tee fake
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
EXTRA_DIST = property.h
LDADD = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)