summaryrefslogtreecommitdiffstats
path: root/maemo
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 /maemo
parentaded3977929fb050ef18fff3f704a7270b7a5957 (diff)
Add -no-undefined option to LDFLAGS
Added -no-undefined option to LDFLAGS to make linking sure.
Diffstat (limited to 'maemo')
-rw-r--r--maemo/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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