summaryrefslogtreecommitdiffstats
path: root/oss
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-06-04 15:23:44 +0200
committerTakashi Iwai <tiwai@suse.de>2007-06-04 15:23:44 +0200
commitc69c4aead9d373f94a9c6754eae5815d7652286a (patch)
tree03f809142643f5edfeb79ad146aae025c778f568 /oss
parentaded3977929fb050ef18fff3f704a7270b7a5957 (diff)
Add -no-undefined option to LDFLAGS
Added -no-undefined option to LDFLAGS to make linking sure.
Diffstat (limited to 'oss')
-rw-r--r--oss/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/oss/Makefile.am b/oss/Makefile.am
index c02ecb9..dca9eca 100644
--- a/oss/Makefile.am
+++ b/oss/Makefile.am
@@ -5,7 +5,7 @@ asound_module_pcm_ossdir = @ALSA_PLUGIN_DIR@
asound_module_ctl_ossdir = @ALSA_PLUGIN_DIR@
AM_CFLAGS = -Wall -g @ALSA_CFLAGS@
-AM_LDFLAGS = -module -avoid-version -export-dynamic
+AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined
libasound_module_pcm_oss_la_SOURCES = pcm_oss.c
libasound_module_pcm_oss_la_LIBADD = @ALSA_LIBS@