Choose a soundfile to install

This commit is contained in:
niklas 1998-06-09 19:12:28 +00:00
parent e2d653ba5a
commit 1594bb9093

View File

@ -1,10 +1,16 @@
--- Imakefile.orig Thu Jun 30 16:34:55 1994
+++ Imakefile Thu Jan 9 11:56:08 1997
@@ -90,6 +90,7 @@
--- Imakefile.orig Thu Jun 30 09:34:55 1994
+++ Imakefile Tue Jun 9 20:59:42 1998
@@ -90,7 +90,13 @@
/* FreeBSD */
#if defined(i386BsdArchitecture) && (defined(i386FreeBsd) || defined(FreeBSDArchitecture))
#define StartupSound myu.au
+EXTRA_LIBRARIES = -lxpg4
#endif /* i386BsdArchitecture && (i386FreeBsd || FreeBSDArchitecture) */
+
+/* OpenBSD */
+#ifdef OpenBSDArchitecture
+#define StartupSound myu.au
+#endif /* OpenBSDArchitecture */
#else /* USE_NETAUDIO */