3a9179a0d7
This commit was SVN r6267.
14 строки
280 B
Makefile
14 строки
280 B
Makefile
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
LDADD = -L.. -levent
|
|
CPPFPLAGS = -I..
|
|
CFLAGS = -I../compat
|
|
|
|
noinst_PROGRAMS = event-test time-test signal-test
|
|
|
|
event_test_sources = event-test.c
|
|
time_test_sources = time-test.c
|
|
signal_test_sources = signal-test.c
|
|
|
|
DISTCLEANFILES = *~
|