aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-15 22:09:51 +0100
committerVincent Richard <[email protected]>2005-01-15 22:09:51 +0100
commit22ebb7e8f599cda79434c8a110a976a43fc8faf5 (patch)
treec0d4418c34cf710db14c37aae58571e82e46117e /SConstruct
parentPrefixed function names with 'get' + written some doc for functions. (diff)
downloadvmime-22ebb7e8f599cda79434c8a110a976a43fc8faf5.tar.gz
vmime-22ebb7e8f599cda79434c8a110a976a43fc8faf5.zip
Fixed missing 'vmime/config.hpp' include.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 818a3057..a1b7ee0a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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()