mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
0032727103
Original commit message from CVS: More incremental updates. I can now successfully produce an rpm simply by typing `./autogen.sh;make rpm`. This is good ;-)
7 lines
170 B
Makefile
7 lines
170 B
Makefile
noinst_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
|