add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH

This commit is contained in:
Ray Strode 2007-06-08 16:20:36 -04:00
parent 36c3e8e2bd
commit 934a4edc48

View file

@ -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 \