new headers missing in installation
This commit is contained in:
11
makefile.am
11
makefile.am
@@ -9,6 +9,9 @@
|
||||
## @license LGPL, see file <a href="license.html">COPYING</a>
|
||||
##
|
||||
## $Log$
|
||||
## Revision 1.10 2004/10/07 16:01:03 marc
|
||||
## new headers missing in installation
|
||||
##
|
||||
## Revision 1.9 2004/10/07 13:41:16 marc
|
||||
## devel in the same spec file
|
||||
##
|
||||
@@ -38,8 +41,12 @@ SUBDIRS = mrw
|
||||
EXTRA_DIST = bootstrap.sh
|
||||
|
||||
nobase_include_HEADERS = mrw/auto.hpp mrw/unistd.hpp \
|
||||
mrw/stacktrace.hpp mrw/exception.hpp \
|
||||
mrw/exec.hpp mrw/arg.hpp mrw/smartpointer.hpp
|
||||
mrw/stacktrace.hpp mrw/exception.hpp \
|
||||
mrw/exec.hpp mrw/arg.hpp mrw/smartpointer.hpp \
|
||||
mrw/string.hpp \
|
||||
mrw/list.hpp mrw/vector.hpp mrw/deque.hpp \
|
||||
mrw/set.hpp mrw/map.hpp \
|
||||
mrw/multiset.hpp mrw/multimap.hpp \
|
||||
infosdir = ${pkgdatadir}
|
||||
infos_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog \
|
||||
@PACKAGENAME@.spec
|
||||
|
Reference in New Issue
Block a user