libebus project merged into ebusd project.

This commit is contained in:
Roland Jax
2014-10-27 22:28:22 +01:00
parent 809f674ea7
commit 0827c62f3f
60 changed files with 4872 additions and 49 deletions
+14 -10
View File
@@ -1,17 +1,21 @@
AC_PREREQ([2.65])
AC_INIT([ebusd], [0.4.0], [roland.jax@liwest.at], [ebusd], [https://github.com/yuhu-/ebusd])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CXX
PKG_CHECK_MODULES([LIBEBUS], [libebus-0.2 >= 0.2.0])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/ebusd/main.cpp])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile
src/libebus/Makefile
src/test/Makefile
src/libcore/Makefile
src/ebusd/Makefile
src/tools/Makefile])
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign])
AM_PROG_AR
AC_PROG_RANLIB
AC_CONFIG_FILES([Makefile])
AC_OUTPUT