2001-03-16 07:34:22 +00:00
|
|
|
noinst_LTLIBRARIES = libcompat.la
|
2000-06-12 17:30:46 +00:00
|
|
|
EXTRA_libcompat_la_SOURCES = hsearch_r.c
|
|
|
|
|
|
2001-03-16 07:34:22 +00:00
|
|
|
if ALSA_HSEARCH_R
|
|
|
|
|
libcompat_la_SOURCES = empty.c hsearch_r.c
|
|
|
|
|
else
|
|
|
|
|
libcompat_la_SOURCES = empty.c
|
|
|
|
|
endif
|