diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-05 21:28:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-05 21:28:14 +0200 |
commit | 236983125ffb300bb68bd5d56107750118e5fe96 (patch) | |
tree | 97f858bf3326f57e5523b035abbe6cc9f06836e2 /src/ws | |
parent | feeb7602a9b386dfdd61190ce633a3b56a10c68f (diff) |
Use password file for authentication.
Diffstat (limited to 'src/ws')
-rw-r--r-- | src/ws/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ws/Makefile.am b/src/ws/Makefile.am index c7252e5..17df58d 100644 --- a/src/ws/Makefile.am +++ b/src/ws/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = EXTRA_DIST = -wsdir = $(datadir)/ws +wsdir = $(datadir)/munia/ws ws_DATA = \ favicon.ico \ |