2012-07-05 12:25:13 +00:00
|
|
|
noinst_PROGRAMS = memory_test
|
|
|
|
|
2012-07-05 16:07:52 +00:00
|
|
|
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)
|