diff options
| author | Tim Retout <tim@retout.co.uk> | 2014-04-21 18:55:56 +0100 |
|---|---|---|
| committer | Tim Retout <tim@retout.co.uk> | 2014-04-21 18:55:56 +0100 |
| commit | 20115f485d1708e9638488991fbd3c2959947e75 (patch) | |
| tree | ca7377e5bb43d0643ef63847611de52dbdd9996f | |
| parent | 72ef198c05d7aff539ddd1785e68cd09d793d2e0 (diff) | |
Makefile.am: Fix make distcheck
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 93c08f9..2909043 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ methodsdir = $(libdir)/apt/methods methods_PROGRAMS = tor -tor_SOURCES = tor.cc server.cc +tor_SOURCES = tor.cc tor.h server.cc server.h apti18n.h + +EXTRA_DIST = README.md |
