]> git.alsa-project.org Git - alsa-plugins.git/commit
Cleanup flags in maemo/Makefile.am
authorDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 21 Nov 2008 00:58:41 +0000 (01:58 +0100)
committerDiego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 21 Nov 2008 12:06:54 +0000 (13:06 +0100)
commit0a957ec80e3184cd4cf76a0ec4e070e59d027f8c
tree91dff40f7b6a8ce5128f3207599bbee093a749a0
parentc7455879349af9e457836a574bddccdf1dbe4f9f
Cleanup flags in maemo/Makefile.am

Pass libraries on LIBADD rather than LDFLAGS, don't link to libdl
since it's unneeded, no need to pass -shared since libtool's -module
takes care of that, the same goes for -fPIC -DPIC (which might not
even be the right option).

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
maemo/Makefile.am