diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-06-09 10:18:39 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-06-09 11:38:56 -0400 |
| commit | 5d1e93403afe32e6879515b1c74b3e5b6366ad54 (patch) | |
| tree | 0595d82997da376e5fb9d2437f8b53ec206baa72 /src/tests/ply-window-test.am | |
| parent | a9b7809acf14ca00a5983fbd3c6160325a029994 (diff) | |
| download | plymouth-5d1e93403afe32e6879515b1c74b3e5b6366ad54.tar.gz plymouth-5d1e93403afe32e6879515b1c74b3e5b6366ad54.tar.xz plymouth-5d1e93403afe32e6879515b1c74b3e5b6366ad54.zip | |
Create new libplybootsplash
The old approach of including the same source files into
multiple places is less than pretty. But moving the code
to libply didn't seem right either, since libply is fairly
generic and could in theory get swapped out with a standard
runtime at some point.
Also, exposing libplybootsplash as an external library will
facilitate creating out of tree splash plugins.
Diffstat (limited to 'src/tests/ply-window-test.am')
| -rw-r--r-- | src/tests/ply-window-test.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/ply-window-test.am b/src/tests/ply-window-test.am index 09a5644..2a4090f 100644 --- a/src/tests/ply-window-test.am +++ b/src/tests/ply-window-test.am @@ -4,5 +4,5 @@ ply_window_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_WINDOW_ENABLE_TEST ply_window_test_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la ply_window_test_SOURCES = \ - $(srcdir)/../ply-window.h \ - $(srcdir)/../ply-window.c + $(srcdir)/../libplybootsplash/ply-window.h \ + $(srcdir)/../libplybootsplash/ply-window.c |
