gstreamer/test/bindings/Makefile.am

12 lines
153 B
Makefile
Raw Normal View History

lib_LTLIBRARIES = libcrashtest.la
libcrashtest_la_SOURCES = \
dummy.c
include_HEADERS = \
dummy.h
bin_PROGRAMS = test
test_LDADD = libcrashtest.la