curl/Makefile.am

13 lines
168 B
Makefile
Raw Normal View History

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