gstreamer/tests/examples/memory/Makefile.am

6 lines
190 B
Makefile
Raw Normal View History

2012-07-05 12:25:13 +00:00
noinst_PROGRAMS = memory_test
memory_test_SOURCES = memory_test.c my-memory.c my-memory.h my-vidmem.c my-vidmem.h
2012-07-05 12:25:13 +00:00
memory_test_LDADD = $(GST_OBJ_LIBS)
memory_test_CFLAGS = $(GST_OBJ_CFLAGS)