diff options
author | Murray Cumming <murrayc@murrayc-desktop.(none)> | 2008-08-11 15:27:40 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc-desktop.(none)> | 2008-08-11 15:27:40 +0200 |
commit | afb95ead481c8ced5fdbb09affd6f72067723e94 (patch) | |
tree | 6c95fefce5717ef1a154fabb35ee71d462a41443 /Makefile.am | |
parent | a917a2b715c5ae6c30d7562f75a4fac1a343ac34 (diff) |
2008-08-09 Armin Burgmeier <armin@arbur.net>
* MSVC_Net2005/cairomm/cairomm.rc.in: Removed #include resource.h
since there is no resource.h, and it works well without that include.
* MSVC_Net2005/cairomm/Makefile.am: Copy cairommconfig.h from
cairomm/, so it is available to the visual studio project.
* MSVC_Net2005/cairomm/cairomm.vcproj: Added
cairomm/context_surface_win32.cc to the project.
* Makefile.am:
* configure.in: Adapt build files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d5ce0e..6223f8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = cairomm examples MSVC $(DOCS_SUBDIR) tests +SUBDIRS = cairomm examples MSVC_Net2005 $(DOCS_SUBDIR) tests #docs examples ACLOCAL_AMFLAGS = -I m4 |