diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-08 13:18:06 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-08 13:18:06 -0400 |
| commit | 72cbd4b4a5ad30a812613b45b97564902ffdddd5 (patch) | |
| tree | 32df1378b662e3f00b64f7243c7861330bf5fba6 /src | |
| parent | 7de3d8b49d88f40b191b15c774b48bbb341f5bfe (diff) | |
| download | plymouth-72cbd4b4a5ad30a812613b45b97564902ffdddd5.tar.gz plymouth-72cbd4b4a5ad30a812613b45b97564902ffdddd5.tar.xz plymouth-72cbd4b4a5ad30a812613b45b97564902ffdddd5.zip | |
install plymouth into libexecdir/plymouth
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 38ff86f..46bc5a9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,8 +2,8 @@ SUBDIRS = libply . splash-plugins rhgb-client INCLUDES = -I$(top_srcdir) \ -I$(srcdir)/libply \ -I$(srcdir) - -noinst_PROGRAMS = plymouth +plymouthbindir = $(libexecdir)/plymouth +plymouthbin_PROGRAMS = plymouth plymouth_CFLAGS = $(PLYMOUTH_CFLAGS) plymouth_LDADD = $(PLYMOUTH_LIBS) libply/libply.la |
