]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH
authorRay Strode <rstrode@redhat.com>
Fri, 8 Jun 2007 20:20:36 +0000 (16:20 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 8 Jun 2007 20:20:36 +0000 (16:20 -0400)
src/Makefile.am

index 935d018e703be736564373ed3b1c5be3169a72ab..7b1ef8bcb2d87b020d2ba4c2e4d39f5b35bb09f1 100644 (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                                          \