diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-06-07 10:05:32 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-06-07 10:05:32 +0200 |
commit | dd19910ec18ec60633bf5b4fcda5bab220d0565f (patch) | |
tree | c42c60a7daa15d99d772d670d53c29caf45d821b /tools | |
parent | 5f95718e7ebe4dec017055500793b928d8946d8e (diff) |
Relocate all webservice files to src/ws and make sure they can be found by the service after install.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8f54004..8e40466 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,5 @@ EXTRA_DIST = \ Makefile.am.test \ - hexify.cc \ test \ test.h \ testlist |