new headers missing in installation

This commit is contained in:
Marc Wäckerlin
2004-10-07 16:01:03 +00:00
parent e507fff563
commit 450992667f
4 changed files with 31 additions and 14 deletions

View File

@@ -9,6 +9,9 @@
## @license LGPL, see file <a href="license.html">COPYING</a>
##
## $Log$
## Revision 1.12 2004/10/07 16:01:03 marc
## new headers missing in installation
##
## Revision 1.11 2004/10/07 13:41:16 marc
## devel in the same spec file
##
@@ -43,7 +46,7 @@
AC_INIT([mrw/mrw.hpp.in])
PACKAGENAME=mrw-c++
m4_define(x_major, 1)
m4_define(x_minor, 0)
m4_define(x_minor, 1)
m4_define(x_least, 0)
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])