diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 60685b0bf0..c1bf3ff6f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ SUBDIRS = src doc contrib DIST_SUBDIRS = src doc contrib -EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog tor.spec tor.spec.in +EXTRA_DIST = INSTALL README AUTHORS LICENSE ChangeLog \ + ReleaseNotes tor.spec tor.spec.in #install-data-local: # $(INSTALL) -m 755 -d $(LOCALSTATEDIR)/lib/tor |