From: Jaroslav Kysela Date: Tue, 11 Sep 2001 12:18:56 +0000 (+0000) Subject: Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.h. X-Git-Tag: v1.0.3~678 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6157018e8ad7179271791f960570db79b23a481d;p=alsa-lib.git Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.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