diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-08 16:20:36 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-08 16:20:36 -0400 |
| commit | 934a4edc48bb09cc6cd4bc1f5ce5cc6e1d16b33d (patch) | |
| tree | 4597134b3e841f01e23ae2af81d1985ff0ab7257 /src/Makefile.am | |
| parent | 36c3e8e2bdeedc67dd93c236d4c26fa731ba3e07 (diff) | |
| download | plymouth-934a4edc48bb09cc6cd4bc1f5ce5cc6e1d16b33d.tar.gz plymouth-934a4edc48bb09cc6cd4bc1f5ce5cc6e1d16b33d.tar.xz plymouth-934a4edc48bb09cc6cd4bc1f5ce5cc6e1d16b33d.zip | |
add another level (and style) of escaping to PLYMOUTH_PLUGIN_PATH
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 935d018..7b1ef8b 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 \ |
