diff options
author | Steven Hazel <sah@freehaven.net> | 2004-02-17 06:41:18 +0000 |
---|---|---|
committer | Steven Hazel <sah@freehaven.net> | 2004-02-17 06:41:18 +0000 |
commit | 3ba1a82680a00d870ee65ed77695a82ff8355633 (patch) | |
tree | db432cea89b3958f6527b0cdbf18e2630e12c689 | |
parent | 08362831b9ebe10a945e6b2cdb487c8f11dbe676 (diff) | |
download | tor-3ba1a82680a00d870ee65ed77695a82ff8355633.tar.gz tor-3ba1a82680a00d870ee65ed77695a82ff8355633.zip |
made these scripts know about config/Makefile.am
svn:r1090
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 5f8aeeddfe..155b2557e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ AUTOMAKE_OPTIONS = foreign # else it keeps trying to put COPYING back in -SUBDIRS = src doc +SUBDIRS = src doc contrib -DIST_SUBDIRS = src doc +DIST_SUBDIRS = src doc contrib EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog diff --git a/configure.in b/configure.in index bbf729d3e3..69bf1d9168 100644 --- a/configure.in +++ b/configure.in @@ -184,5 +184,5 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile contrib/tor.sh contrib/torify src/config/torrc doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) +AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) |