author | Michael Krelin <hacker@klever.net> | 2007-09-11 22:01:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-09-11 22:01:00 (UTC) |
commit | 2c6565f363527142928062afe3d3101fdbb3c550 (patch) (side-by-side diff) | |
tree | 7f5b26dad9a2870897ab4e63285fee4516881224 /Makefile.am | |
parent | 5c41d9c975fc80495eebb0ac2cf062bf20c62d86 (diff) | |
download | libopkele-2c6565f363527142928062afe3d3101fdbb3c550.zip libopkele-2c6565f363527142928062afe3d3101fdbb3c550.tar.gz libopkele-2c6565f363527142928062afe3d3101fdbb3c550.tar.bz2 |
a quick set of tests for retrieve_links machinery
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c577ef8..741d585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,23 @@ -SUBDIRS=include lib +SUBDIRS=include lib test EXTRA_DIST= NEWS NEWS.xml NEWS.xsl DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig if HAVE_PKGCONFIG pkgconfigdir=@PKGCONFIG_DIR@ pkgconfig_DATA=libopkele.pc endif all-local: NEWS if HAVE_DOXYGEN clean-local: rm -rf doxydox endif NEWS: NEWS.xsl NEWS.xml ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml if HAVE_DOXYGEN dox: Doxyfile ${DOXYGEN} endif |