summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2021-03-23 10:51:40 +0100
committerHans de Goede <hdegoede@redhat.com>2021-03-23 10:51:40 +0100
commit0b9148a0ed98af62069a1d94f1c1be61d3aaff59 (patch)
treeba46f9570663634ace1926fa53595630d254f425
parenta2dcb19d8d431dc7b5b1f7e52f238a41d1ecdeff (diff)
parentbd273d2703dc8b862269ee700a83571730c25d3d (diff)
Merge branch 'gportay/plymouth-two-step-link-libintl-if-nls'
two-step: Links against libintl.so if LNS https://gitlab.freedesktop.org/plymouth/plymouth/-/merge_requests/128
-rw-r--r--src/plugins/splash/two-step/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/splash/two-step/Makefile.am b/src/plugins/splash/two-step/Makefile.am
index f3a6aaa9..c7dbb5b6 100644
--- a/src/plugins/splash/two-step/Makefile.am
+++ b/src/plugins/splash/two-step/Makefile.am
@@ -17,7 +17,7 @@ two_step_la_CFLAGS = $(PLYMOUTH_CFLAGS) \
-DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
-DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
two_step_la_LDFLAGS = -module -avoid-version -export-dynamic
-two_step_la_LIBADD = $(PLYMOUTH_LIBS) \
+two_step_la_LIBADD = $(PLYMOUTH_LIBS) $(LTLIBINTL) \
../../../libply/libply.la \
../../../libply-splash-core/libply-splash-core.la \
../../../libply-splash-graphics/libply-splash-graphics.la