mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
12 lines
153 B
Makefile
12 lines
153 B
Makefile
|
lib_LTLIBRARIES = libcrashtest.la
|
||
|
|
||
|
libcrashtest_la_SOURCES = \
|
||
|
dummy.c
|
||
|
|
||
|
include_HEADERS = \
|
||
|
dummy.h
|
||
|
|
||
|
bin_PROGRAMS = test
|
||
|
|
||
|
test_LDADD = libcrashtest.la
|