From dd19910ec18ec60633bf5b4fcda5bab220d0565f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 7 Jun 2020 10:05:32 +0200 Subject: Relocate all webservice files to src/ws and make sure they can be found by the service after install. --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3137788..0d4f9e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,11 @@ # Filename: configure.in -AC_INIT([muniad], [0.0.2]) +AC_INIT([munia], [0.1.0]) AC_CONFIG_SRCDIR([src/muniad.cc]) AM_INIT_AUTOMAKE +AM_SILENT_RULES([yes]) + dnl ====================== dnl Compile with debug options dnl ====================== @@ -73,6 +75,7 @@ PKG_CHECK_MODULES(LIBWEBSOCKETS, libwebsockets >= 2.1) AC_OUTPUT( Makefile src/Makefile + src/ws/Makefile test/Makefile tools/Makefile) -- cgit v1.2.3