diff options
Diffstat (limited to 'build/vs2008/Makefile.am')
-rw-r--r-- | build/vs2008/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build/vs2008/Makefile.am b/build/vs2008/Makefile.am new file mode 100644 index 0000000..176ed3b --- /dev/null +++ b/build/vs2008/Makefile.am @@ -0,0 +1,18 @@ +## Process this file with automake to produce Makefile.in + +EXTRA_DIST = \ + config-win32.h.in \ + config-win32.h \ + gmime.vcproj \ + uuencode.vcproj \ + uudecode.vcproj \ + gmime.sln \ + basic-example.vcproj \ + imap-example.vcproj \ + test-headers.vcproj \ + test-streams.vcproj \ + test-iconv.vcproj \ + test-mime.vcproj \ + test-mbox.vcproj \ + test-cat.vcproj \ + unistd.h |