curl/Makefile.am

13 lines
168 B
Makefile
Raw Normal View History

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