diff options
Diffstat (limited to 'Makefile.am')
| -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 |
