configure.ac

changeset 20
f7f9463cdefd
parent 17
b802305046dc
child 26
9322c619c525
--- a/configure.ac	Sat May 03 23:21:00 2014 +0200
+++ b/configure.ac	Sun May 04 17:18:27 2014 +0200
@@ -2,13 +2,13 @@
 
 AC_INIT(thermometers/main.c)
 AM_CONFIG_HEADER(config.h)
-SUBDIRS="lib thermometers"
+SUBDIRS="lib rc433 thermometers"
 AC_SUBST(SUBDIRS)
 
 dnl General settings
 dnl After changeing the version number, run autoconf!
 PACKAGE="mbsePi-apps"
-VERSION="0.0.2"
+VERSION="0.0.3"
 COPYRIGHT="Copyright (C) 2014 Michiel Broek, All Rights Reserved"
 CYEARS="2014"
 AC_SUBST(PACKAGE)

mercurial