mirror of
https://github.com/elementary/gala.git
synced 2024-12-26 10:44:46 +03:00
move -avoid-version to central variable for plugins
This commit is contained in:
parent
94ffd5130c
commit
6fac17a308
@ -128,6 +128,10 @@ VALAFLAGS="$VALAFLAGS --thread --target-glib=2.32"
|
|||||||
|
|
||||||
PKG_CHECK_MODULES(GALA_CORE, $GALA_CORE_PKGS)
|
PKG_CHECK_MODULES(GALA_CORE, $GALA_CORE_PKGS)
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
PLUGIN_LDFLAGS="-module -avoid-version"
|
||||||
|
AC_SUBST([PLUGIN_LDFLAGS])
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# Optional Dependencies
|
# Optional Dependencies
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
|
@ -9,7 +9,7 @@ libgala_zoom_la_LTLIBRARIES = libgala-zoom.la
|
|||||||
libgala_zoom_ladir = $(pkglibdir)/plugins
|
libgala_zoom_ladir = $(pkglibdir)/plugins
|
||||||
|
|
||||||
libgala_zoom_la_LDFLAGS = \
|
libgala_zoom_la_LDFLAGS = \
|
||||||
-avoid-version \
|
$(PLUGIN_LDFLAGS) \
|
||||||
$(GALA_CORE_LDFLAGS) \
|
$(GALA_CORE_LDFLAGS) \
|
||||||
$(top_builddir)/lib/libgala.la \
|
$(top_builddir)/lib/libgala.la \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user