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/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/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index eed9898cb5..d8ae4c06d6 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = osx -DIST_SUBDIRS = osx +SUBDIRS = osx suse +DIST_SUBDIRS = osx suse confdir = $(sysconfdir)/tor |