diff options
author | Vincent Richard <[email protected]> | 2005-01-15 21:09:51 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-01-15 21:09:51 +0000 |
commit | 22ebb7e8f599cda79434c8a110a976a43fc8faf5 (patch) | |
tree | c0d4418c34cf710db14c37aae58571e82e46117e | |
parent | Prefixed function names with 'get' + written some doc for functions. (diff) | |
download | vmime-22ebb7e8f599cda79434c8a110a976a43fc8faf5.tar.gz vmime-22ebb7e8f599cda79434c8a110a976a43fc8faf5.zip |
Fixed missing 'vmime/config.hpp' include.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | SConstruct | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,11 @@ VERSION 0.6.3cvs ================ +2005-01-15 Vincent Richard <[email protected]> + + * Fixed missing 'vmime/config.hpp' include when installing VMime + using 'make install'. + 2005-01-13 Vincent Richard <[email protected]> * 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() |