gstreamer/test/bindings/Makefile.am
Erik Walthinsen 0032727103 More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g...
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 ;-)
2000-01-31 09:43:08 +00:00

11 lines
158 B
Makefile

noinst_LTLIBRARIES = libcrashtest.la
libcrashtest_la_SOURCES = \
dummy.c
include_HEADERS = \
dummy.h
noinst_PROGRAMS = test
test_LDADD = libcrashtest.la