mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
make examples before tests
This commit is contained in:
parent
7b03098199
commit
4ee1fa398a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS= src tests examples
|
||||
SUBDIRS= src examples tests
|
||||
|
||||
install-data-local:
|
||||
@echo "------------------------------------------------------------"
|
||||
|
@ -22,7 +22,7 @@ uninstall-local:
|
|||
do rm -rf "$(includedir)/$$dir"; \
|
||||
done
|
||||
|
||||
DIST_SUBDIRS= src tests examples
|
||||
DIST_SUBDIRS= src examples tests
|
||||
EXTRA_DIST=vs7 \
|
||||
include \
|
||||
src/SAX/wrappers/saxexpat.cpp \
|
||||
|
|
Loading…
Reference in a new issue