diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-10-31 23:59:09 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-10-31 23:59:09 -0400 |
| commit | 7df4cd35c3dcec48e3a59c451e70edfc9a7e600d (patch) | |
| tree | dbaca08ca1f10c23a3ffcb7a45d002df6103d723 /src | |
| parent | d7e22a4654f730d7a54b7e923a4ed4e361ee08e3 (diff) | |
| download | plymouth-7df4cd35c3dcec48e3a59c451e70edfc9a7e600d.tar.gz plymouth-7df4cd35c3dcec48e3a59c451e70edfc9a7e600d.tar.xz plymouth-7df4cd35c3dcec48e3a59c451e70edfc9a7e600d.zip | |
add ply-copy-test.am to fix build for fresh clones
Diffstat (limited to 'src')
| -rw-r--r-- | src/libply/tests/ply-copy-test.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libply/tests/ply-copy-test.am b/src/libply/tests/ply-copy-test.am new file mode 100644 index 0000000..3da1b7b --- /dev/null +++ b/src/libply/tests/ply-copy-test.am @@ -0,0 +1,11 @@ +TESTS += ply-copy-test + +ply_copy_test_CFLAGS = $(PLYMOUTH_CFLAGS) +ply_copy_test_LDADD = $(PLYMOUTH_LIBS) + +ply_copy_test_SOURCES = \ + $(srcdir)/../ply-logger.h \ + $(srcdir)/../ply-logger.c \ + $(srcdir)/../ply-utils.h \ + $(srcdir)/../ply-utils.c \ + $(srcdir)/ply-copy-test.c |
