diff options
author | Ondrej Mikle <hiviah@torproject.org> | 2012-09-07 16:44:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-07 14:44:53 -0400 |
commit | 43c86bbc70afb585a71948d8c36b26160d8039e0 (patch) | |
tree | ac6f7c307ce9bd84a3df7b5a87f476fba87807c3 /Makefile.am | |
parent | 3fe2161d28f27e2f036991eb4d4b035a064d36b5 (diff) | |
download | tor-43c86bbc70afb585a71948d8c36b26160d8039e0.tar.gz tor-43c86bbc70afb585a71948d8c36b26160d8039e0.zip |
Removed dependency on tor.spec. Removed tor.spec.in.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 466eaf84f3..aa6f6c4cd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,9 +28,7 @@ EXTRA_DIST+= \ LICENSE \ Makefile.nmake \ README \ - ReleaseNotes \ - tor.spec \ - tor.spec.in + ReleaseNotes #install-data-local: # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor |