[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] autotools: Put module-tunnel-source X11_CFLAGS into CFLAGS instead of LDFLAGS
Tanu Kaskinen
gitlab at gitlab.freedesktop.org
Fri Sep 20 12:15:43 UTC 2019
Tanu Kaskinen pushed to branch master at PulseAudio / pulseaudio
Commits:
2619ddad by Jan Alexander Steffens (heftig) at 2019-09-20T12:03:57Z
autotools: Put module-tunnel-source X11_CFLAGS into CFLAGS instead of LDFLAGS
Seems this happened because the order of automake variables for modules
is not consistent.
- - - - -
1 changed file:
- src/Makefile.am
Changes:
=====================================
src/Makefile.am
=====================================
@@ -1734,9 +1734,9 @@ module_tunnel_sink_la_LDFLAGS = $(MODULE_LDFLAGS)
module_tunnel_sink_la_LIBADD = $(MODULE_LIBADD) $(X11_LIBS)
module_tunnel_source_la_SOURCES = modules/module-tunnel.c
-module_tunnel_source_la_LDFLAGS = $(MODULE_LDFLAGS) $(X11_CFLAGS)
+module_tunnel_source_la_LDFLAGS = $(MODULE_LDFLAGS)
module_tunnel_source_la_LIBADD = $(MODULE_LIBADD) $(X11_LIBS)
-module_tunnel_source_la_CFLAGS = $(AM_CFLAGS) -DPA_MODULE_NAME=module_tunnel_source
+module_tunnel_source_la_CFLAGS = $(AM_CFLAGS) $(X11_CFLAGS) -DPA_MODULE_NAME=module_tunnel_source
module_loopback_la_SOURCES = modules/module-loopback.c
module_loopback_la_LDFLAGS = $(MODULE_LDFLAGS)
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/2619ddad577906c7e91694dfcb392c0bfb965a41
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/2619ddad577906c7e91694dfcb392c0bfb965a41
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190920/b3fb3e08/attachment.html>
More information about the pulseaudio-commits
mailing list