mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 10:08:06 +02:00
add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH
This commit is contained in:
parent
36c3e8e2bd
commit
934a4edc48
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir) \
|
|||
plymouthbindir = $(libexecdir)/plymouth
|
||||
plymouthbin_PROGRAMS = plymouth
|
||||
|
||||
plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(prefix)/$${LIB}/plymouth/\"
|
||||
plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(prefix)/\$${LIB}/plymouth/\"
|
||||
plymouth_LDADD = $(PLYMOUTH_LIBS) libply/libply.la
|
||||
plymouth_SOURCES = \
|
||||
ply-boot-server.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue