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) (unidiff) | |
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 @@ | |||
1 | 1 | ||
2 | SUBDIRS=include lib | 2 | SUBDIRS=include lib test |
3 | EXTRA_DIST= NEWS NEWS.xml NEWS.xsl | 3 | EXTRA_DIST= NEWS NEWS.xml NEWS.xsl |
4 | 4 | ||
5 | DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig | 5 | DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig |
6 | if HAVE_PKGCONFIG | 6 | if HAVE_PKGCONFIG |
7 | pkgconfigdir=@PKGCONFIG_DIR@ | 7 | pkgconfigdir=@PKGCONFIG_DIR@ |
8 | pkgconfig_DATA=libopkele.pc | 8 | pkgconfig_DATA=libopkele.pc |
9 | endif | 9 | endif |
10 | 10 | ||
11 | all-local: NEWS | 11 | all-local: NEWS |
12 | if HAVE_DOXYGEN | 12 | if HAVE_DOXYGEN |
13 | clean-local: | 13 | clean-local: |
14 | rm -rf doxydox | 14 | rm -rf doxydox |
15 | endif | 15 | endif |
16 | 16 | ||
17 | NEWS: NEWS.xsl NEWS.xml | 17 | NEWS: NEWS.xsl NEWS.xml |
18 | ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml | 18 | ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml |
19 | 19 | ||
20 | if HAVE_DOXYGEN | 20 | if HAVE_DOXYGEN |
21 | dox: Doxyfile | 21 | dox: Doxyfile |
22 | ${DOXYGEN} | 22 | ${DOXYGEN} |
23 | endif | 23 | endif |