From: Ray Strode Date: Fri, 8 Jun 2007 20:20:36 +0000 (-0400) Subject: add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH X-Git-Tag: 0.1.0~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934a4edc48bb09cc6cd4bc1f5ce5cc6e1d16b33d;p=thirdparty%2Fplymouth.git add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH --- diff --git a/src/Makefile.am b/src/Makefile.am index 935d018e..7b1ef8bc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \