summaryrefslogtreecommitdiffstats
path: root/a52
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 /a52
parentaded3977929fb050ef18fff3f704a7270b7a5957 (diff)
Add -no-undefined option to LDFLAGS
Added -no-undefined option to LDFLAGS to make linking sure.
Diffstat (limited to 'a52')
-rw-r--r--a52/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/a52/Makefile.am b/a52/Makefile.am
index ea0078f..30c5c51 100644
--- a/a52/Makefile.am
+++ b/a52/Makefile.am
@@ -3,7 +3,7 @@ asound_module_pcm_a52_LTLIBRARIES = libasound_module_pcm_a52.la
asound_module_pcm_a52dir = @ALSA_PLUGIN_DIR@
AM_CFLAGS = -Wall -g @ALSA_CFLAGS@ @AVCODEC_CFLAGS@
-AM_LDFLAGS = -module -avoid-version -export-dynamic
+AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined
libasound_module_pcm_a52_la_SOURCES = pcm_a52.c
libasound_module_pcm_a52_la_LIBADD = @ALSA_LIBS@ @AVCODEC_LIBS@