diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-15 15:52:19 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-17 02:16:22 -0400 |
| commit | 9cf51bcce4907fe5104fca10ce395f529ccff0d0 (patch) | |
| tree | d05d7a008619e880d68721d05b7c175a0cc5b0b4 /src/Makefile.am | |
| parent | 262e8b5f75c7a9897446703e5815b06e47f0fcfb (diff) | |
| download | plymouth-9cf51bcce4907fe5104fca10ce395f529ccff0d0.tar.gz plymouth-9cf51bcce4907fe5104fca10ce395f529ccff0d0.tar.xz plymouth-9cf51bcce4907fe5104fca10ce395f529ccff0d0.zip | |
add new ply_window_t type to manage text versus graphics mode,
and eventually key events
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 540bf19..3baee74 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir) \ -I$(srcdir)/libply \ -I$(srcdir) plymouthbindir = $(libexecdir)/plymouth -plymouthbin_PROGRAMS = plymouth +plymouthbin_PROGRAMS = plymouth plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLYMOUTH_PLUGIN_PATH=\"$(libdir)/plymouth/\" plymouth_LDADD = $(PLYMOUTH_LIBS) libply/libply.la |
