Improvement by Pavel Roskin

This commit is contained in:
Abramo Bagnara 2001-03-16 07:34:22 +00:00
parent dc68485554
commit 877896069d
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,8 @@
EXTRA_LTLIBRARIES = libcompat.la
noinst_LTLIBRARIES = libcompat.la
EXTRA_libcompat_la_SOURCES = hsearch_r.c
libcompat_la_SOURCES = empty.c @COMPAT_SRCS@
all: libcompat.la
if ALSA_HSEARCH_R
libcompat_la_SOURCES = empty.c hsearch_r.c
else
libcompat_la_SOURCES = empty.c
endif