repo.or.cz
/
libcurl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial revision
[libcurl.git]
/
Makefile.am
blob
c87cb888c5687ac00c2db29f443bcf9d31a39a1b
1
#
2
# $Id: Makefile.am,v 1.1 1999-12-29 14:20:29 bagder Exp $
3
#
4
5
AUTOMAKE_OPTIONS = foreign no-dependencies
6
7
man_MANS = curl.1
8
9
EXTRA_DIST = $(man_MANS)
10
11
SUBDIRS = lib src
12
13