From 6157018e8ad7179271791f960570db79b23a481d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 11 Sep 2001 12:18:56 +0000 Subject: [PATCH] Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.h. --- include/Makefile.am | 2 +- include/sys.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 include/sys.h diff --git a/include/Makefile.am b/include/Makefile.am index ad2f6201..20b6105a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -46,4 +46,4 @@ install-exec-hook: rm -f $(alsaincludedir)/asoundef.h (cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h) # should be removed in future - (cd $(DESTDIR)$(sysincludedir) && $(LN_S) -f ../alsa/asoundlib.h asoundlib.h) + $(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h diff --git a/include/sys.h b/include/sys.h new file mode 100644 index 00000000..47f587ce --- /dev/null +++ b/include/sys.h @@ -0,0 +1,2 @@ +#warning This header is deprecated, use instead. +#include -- 2.47.1