Better solution for compat sources

This commit is contained in:
Abramo Bagnara 2000-06-13 09:29:55 +00:00
parent a983321c27
commit b60673fe68
2 changed files with 3 additions and 9 deletions

View file

@ -1,12 +1,6 @@
EXTRA_LTLIBRARIES = libcompat.la
EXTRA_libcompat_la_SOURCES = hsearch_r.c
if Have_hsearch_r
HSEARCH_R =
else
HSEARCH_R = hsearch_r.c
endif
libcompat_la_SOURCES = $(HSEARCH_R)
libcompat_la_SOURCES = @COMPAT_SRCS@
all: libcompat.la