blob: 41a36b0da9325f673e99d92d26962cf2687ac4fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/sound_esd/Makefile.orig Thu Apr 6 16:47:13 2006
+++ plugins/sound_esd/Makefile Thu Apr 6 16:50:52 2006
@@ -4,7 +4,7 @@
PLUGIN_NAME = esd
PLUGIN_FAMILY = device/sound
-PLUGIN_LIBS =
+PLUGIN_LIBS = $(LDFLAGS) -lesd
PLUGIN_SOURCES = sound_esd.cxx
include ../../make/plugins.mak
|