diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-02 16:07:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-02 16:07:26 +0200 |
commit | 759a5694418eebbb610a1c83499b41a810bf2512 (patch) | |
tree | c265527174c949dab59aa1417b5c378431fbdc55 /configure.ac | |
parent | 8d75833aacaa6c5aebd4014c79ace5633d6dabf3 (diff) |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0bfcf6e..bd3f5cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Filename: configure.in AC_INIT(src/miav.cc) -AM_INIT_AUTOMAKE( miav, 0.4.0 ) +AM_INIT_AUTOMAKE( miav, 0.4.1 ) AC_PROG_CXX @@ -189,6 +189,9 @@ if test x$with_test == xyes; then AC_CONFIG_FILES(test/Makefile) fi +AC_CONFIG_FILES(miav-client.spec) +AC_CONFIG_FILES(miav-server.spec) + AC_SUBST(CFLAGS) AC_SUBST(CPPFLAGS) AC_SUBST(CXXFLAGS) |