mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
0bc672ec72
Original commit message from CVS: Various fixes that collectively allow `make dist` to work.
7 lines
167 B
Makefile
7 lines
167 B
Makefile
bin_PROGRAMS = test simple
|
|
|
|
test_SOURCES = test.c cothreads.c object.c looper.c
|
|
|
|
simple_SOURCES = simple.c cothreads.c
|
|
|
|
noinst_HEADERS = cothreads.h object.h looper.h
|