mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +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 ;-)
10 lines
158 B
Makefile
10 lines
158 B
Makefile
noinst_LTLIBRARIES = libcrashtest.la
|
|
|
|
libcrashtest_la_SOURCES = \
|
|
dummy.c
|
|
|
|
include_HEADERS = \
|
|
dummy.h
|
|
|
|
noinst_PROGRAMS = test
|
|
test_LDADD = libcrashtest.la
|