diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-06-27 16:12:18 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-07-05 21:30:18 +0200 |
commit | 4849a829913ef4f7fb73ab528aabf6925a330dc2 (patch) | |
tree | ceecccaa032015aed7f45875d81abb564886c99c | |
parent | 236983125ffb300bb68bd5d56107750118e5fe96 (diff) |
Rename muniacli to just munia.cli
-rw-r--r-- | src/Makefile.am | 10 | ||||
-rw-r--r-- | src/munia.cc (renamed from src/muniacli.cc) | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4b75d05..a7f9264 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = ws noinst_LTLIBRARIES = libargon2.la -bin_PROGRAMS = muniad muniacli muniapwd +bin_PROGRAMS = muniad munia muniapwd libargon2_la_CFLAGS = \ -DARGON2_NO_THREADS -I$(top_srcdir)/argon2/include @@ -39,12 +39,12 @@ muniad_SOURCES = \ xmlparser.cc \ $(top_srcdir)/hugin/hugin.c -muniacli_LDADD = $(LIBWEBSOCKETS_LIBS) +munia_LDADD = $(LIBWEBSOCKETS_LIBS) -muniacli_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) -I$(top_srcdir)/hugin +munia_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) -I$(top_srcdir)/hugin -muniacli_SOURCES = \ - muniacli.cc +munia_SOURCES = \ + munia.cc muniapwd_LDADD = libargon2.la diff --git a/src/muniacli.cc b/src/munia.cc index 34cb820..34cb820 100644 --- a/src/muniacli.cc +++ b/src/munia.cc |