From: Abramo Bagnara Date: Wed, 21 Jun 2000 14:56:32 +0000 (+0000) Subject: Compilation fixes X-Git-Tag: v1.0.3~1223 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3e107dfbe67ff046eac8070be251223f13ee05b0;p=alsa-lib.git Compilation fixes --- diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am index 27f0e868..34a70e72 100644 --- a/src/compat/Makefile.am +++ b/src/compat/Makefile.am @@ -1,6 +1,6 @@ EXTRA_LTLIBRARIES = libcompat.la EXTRA_libcompat_la_SOURCES = hsearch_r.c -libcompat_la_SOURCES = @COMPAT_SRCS@ +libcompat_la_SOURCES = empty.c @COMPAT_SRCS@ all: libcompat.la diff --git a/src/compat/empty.c b/src/compat/empty.c new file mode 100644 index 00000000..e69de29b