From d54e1c2a528a076c687c7b742640733a7d4466cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 6 Jul 2005 16:11:53 +0000 Subject: [PATCH] Forgot to add BEOS_ADD_ONS_DRIVERS_AUDIO to the jam build, thanks to Philipp Schmid for the note. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13499 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- makehdimage | 1 + 1 file changed, 1 insertion(+) diff --git a/makehdimage b/makehdimage index bf98bc4a82..4065ec0bbb 100755 --- a/makehdimage +++ b/makehdimage @@ -160,6 +160,7 @@ jam -j$(sysinfo -cpu | head -c 2) -q rc resattr kernel boot_loader \ $BEOS_NETWORK_PPP \ $BEOS_NETWORK_PROTOCOLS \ $BEOS_ADD_ONS_DRIVERS_MISC \ + $BEOS_ADD_ONS_DRIVERS_AUDIO \ $BEOS_ADD_ONS_DRIVERS_GRAPHICS \ $BEOS_ADD_ONS_DRIVERS_NET \ $BEOS_ADD_ONS_BUS_MANAGERS \