diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-20 11:27:30 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-20 11:36:26 -0400 |
| commit | c13aba661eeac269ff28daa6c3259afb2ce69bf1 (patch) | |
| tree | e20e55e8744467ba831a1b6c2f09914ebd562abe /src/client/tests/Makefile.am | |
| parent | 677c3bd9cbb8c33f89a90c06b2e429ef958897e4 (diff) | |
| download | plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.tar.gz plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.tar.xz plymouth-c13aba661eeac269ff28daa6c3259afb2ce69bf1.zip | |
rename rhgb-client to plymouth
We'll keep a compat symlink in place until init scripts are moved over
Diffstat (limited to 'src/client/tests/Makefile.am')
| -rw-r--r-- | src/client/tests/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/tests/Makefile.am b/src/client/tests/Makefile.am new file mode 100644 index 0000000..c6dbfdb --- /dev/null +++ b/src/client/tests/Makefile.am @@ -0,0 +1,10 @@ +INCLUDES = \ + -I$(top_srcdir) \ + -I$(srcdir)/.. \ + -I$(srcdir)/../.. \ + -I$(srcdir) +TESTS = + +noinst_PROGRAMS = $(TESTS) + +MAINTAINERCLEANFILES = Makefile.in |
