Fixed missing 'vmime/config.hpp' include.
This commit is contained in:
parent
e782caba67
commit
22ebb7e8f5
@ -2,6 +2,11 @@
|
||||
VERSION 0.6.3cvs
|
||||
================
|
||||
|
||||
2005-01-15 Vincent Richard <vincent@vincent-richard.net>
|
||||
|
||||
* Fixed missing 'vmime/config.hpp' include when installing VMime
|
||||
using 'make install'.
|
||||
|
||||
2005-01-13 Vincent Richard <vincent@vincent-richard.net>
|
||||
|
||||
* messaging/events.*: prefixed function names with 'get' + written
|
||||
|
@ -955,6 +955,8 @@ docdir = $(datadir)/doc/$(GENERIC_LIBRARY_NAME)
|
||||
if file[-4:] == '.hpp':
|
||||
x.append(file[len("vmime/"):]) # remove 'vmime/' prefix
|
||||
|
||||
x.append("config.hpp")
|
||||
|
||||
Makefile_am.write(buildMakefileFileList(x, 0))
|
||||
Makefile_am.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user