curl/Makefile.am

13 lines
168 B
Makefile
Raw Normal View History

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