summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9f9a66936f26241708c3e3dc3752295e893c56e5 (plain)
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)