diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-05-26 13:22:20 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-05-26 13:22:20 +0000 |
commit | 63c139550901b9198deff41294d68196d8238db8 (patch) | |
tree | 7e45904b84d52941e01c2c922a271f3da0ef3376 /contrib/suse/Makefile.am | |
parent | a4cdb834b9896a1a0864506ee8a084135945dd53 (diff) | |
download | tor-63c139550901b9198deff41294d68196d8238db8.tar.gz tor-63c139550901b9198deff41294d68196d8238db8.zip |
SUSEisms to enable "make dist-rpm" functionality in SuSe
svn:r6499
Diffstat (limited to 'contrib/suse/Makefile.am')
-rw-r--r-- | contrib/suse/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/suse/Makefile.am b/contrib/suse/Makefile.am new file mode 100644 index 0000000000..c9c0447a5d --- /dev/null +++ b/contrib/suse/Makefile.am @@ -0,0 +1,3 @@ +confdir = $(sysconfdir)/tor + +EXTRA_DIST = tor.sh.in tor.sh |