1 2 3 4 5 6 7 8 9 10 11 12
# # $Id$ # AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = curl.spec curl-ssl.spec SUBDIRS = docs lib src include tests test: @(cd tests; make quiet-test)