2000-01-31 09:43:08 +00:00
|
|
|
noinst_LTLIBRARIES = libcrashtest.la
|
2000-01-30 10:44:33 +00:00
|
|
|
|
|
|
|
libcrashtest_la_SOURCES = \
|
|
|
|
dummy.c
|
|
|
|
|
|
|
|
include_HEADERS = \
|
|
|
|
dummy.h
|
|
|
|
|
2000-01-31 09:43:08 +00:00
|
|
|
noinst_PROGRAMS = test
|
2000-01-30 10:44:33 +00:00
|
|
|
test_LDADD = libcrashtest.la
|