From c69c4aead9d373f94a9c6754eae5815d7652286a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 4 Jun 2007 15:23:44 +0200 Subject: Add -no-undefined option to LDFLAGS Added -no-undefined option to LDFLAGS to make linking sure. --- maemo/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'maemo') diff --git a/maemo/Makefile.am b/maemo/Makefile.am index fb59bce..c23d70e 100644 --- a/maemo/Makefile.am +++ b/maemo/Makefile.am @@ -5,13 +5,13 @@ asound_module_pcm_alsa_dspdir = @ALSA_PLUGIN_DIR@ asound_module_ctl_dsp_ctldir = @ALSA_PLUGIN_DIR@ AM_CFLAGS = -Wall -fPIC -DPIC -O2 @ALSA_CFLAGS@ $(DBUS_CFLAGS) -AM_LDFLAGS = -shared -lm -ldl -lpthread -module -avoid-version -export-dynamic $(DBUS_LIBS) +AM_LDFLAGS = -shared -lm -ldl -lpthread -module -avoid-version -export-dynamic -no-undefined libasound_module_pcm_alsa_dsp_la_SOURCES = dsp-protocol.c alsa-dsp.c -libasound_module_pcm_alsa_dsp_la_LIBADD = @ALSA_LIBS@ +libasound_module_pcm_alsa_dsp_la_LIBADD = @ALSA_LIBS@ $(DBUS_LIBS) libasound_module_ctl_dsp_ctl_la_SOURCES = dsp-protocol.c dsp-ctl.c -libasound_module_ctl_dsp_ctl_la_LIBADD = @ALSA_LIBS@ +libasound_module_ctl_dsp_ctl_la_LIBADD = @ALSA_LIBS@ $(DBUS_LIBS) noinst_HEADERS = constants.h debug.h dsp-protocol.h list.h reporting.h \ types.h -- cgit