aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 71232c02587c28680ed567d74d8c91eb858427e2 (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 test)