diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-16 06:16:58 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-16 06:16:58 +0200 |
commit | 1ea579c7e53884f4d3af4319da156bd954abcaef (patch) | |
tree | 480ae27dade4a7d57f191436b0b5eb7ad1c1523b | |
parent | 36a017415e68fcfac22c9395f46f51d5e5445031 (diff) | |
download | librpm-tizen-1ea579c7e53884f4d3af4319da156bd954abcaef.tar.gz librpm-tizen-1ea579c7e53884f4d3af4319da156bd954abcaef.tar.bz2 librpm-tizen-1ea579c7e53884f4d3af4319da156bd954abcaef.zip |
Add tests to SUBDIRS.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 800dc82ea..0aba20e9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = CHANGES ChangeLog CREDITS Doxyheader GROUPS INSTALL \ config.site db db3/configure installplatform platform* \ rpm.magic rpmpopt-$(VERSION) -SUBDIRS = po misc @WITH_DB_SUBDIR@ lua rpmio rpmdb lib build python tools scripts doc . +SUBDIRS = po misc @WITH_DB_SUBDIR@ lua rpmio rpmdb lib build python tools scripts doc . tests pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = rpm.pc |