curl/Makefile.am

13 lines
162 B
Makefile
Raw Normal View History

1999-12-29 22:20:26 +08:00
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign no-dependencies
2000-07-26 17:28:29 +08:00
EXTRA_DIST = curl.spec curl-ssl.spec
1999-12-29 22:20:26 +08:00
2000-11-10 22:42:06 +08:00
SUBDIRS = docs lib src include tests
1999-12-29 22:20:26 +08:00
2000-11-10 22:42:06 +08:00
test:
@(cd tests; make test)