diff options
author | Vincent Richard <[email protected]> | 2013-05-13 09:16:31 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-05-13 09:16:31 +0000 |
commit | 993f3bf56d7288478494374786fd690c0db3e843 (patch) | |
tree | b66f66236bae9855f05e9fdb7d8257312a1561f5 /.gitignore | |
parent | Do not include generated header files in ADD_LIBRARY(). (diff) | |
download | vmime-993f3bf56d7288478494374786fd690c0db3e843.tar.gz vmime-993f3bf56d7288478494374786fd690c0db3e843.zip |
Fixed export header for static/shared build.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ doc/html/* /libvmime.a /vmime.pc /vmime/config.hpp -/vmime/export.hpp +/vmime/export-static.hpp +/vmime/export-shared.hpp /COPYING.txt /build/ |