summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@swing.be>2005-01-24 13:45:43 +0000
committerCedric Gustin <gustin@src.gnome.org>2005-01-24 13:45:43 +0000
commit944cf782e6e4f42d1f3ecaf8e32c3dcecee66398 (patch)
treeeb32c9d5689a55033d59fe9c6beeaa1af1a33df0 /Makefile.am
parentc2ccd135fe14e3bb25438d2f516ddd7f08fd745a (diff)
downloadglibmm-944cf782e6e4f42d1f3ecaf8e32c3dcecee66398.tar.gz
Added MSVC_Net2003 directory. Added mkfifo #define (for mingw32). Added
2005-01-24 Cedric Gustin <cedric.gustin@swing.be> * Makefile.am, configure.in: Added MSVC_Net2003 directory. * config.h.in: Added mkfifo #define (for mingw32). * glib/glibmmconfig.h.in: Added new #define's to MSVC section. * examples/iochannel_stream/Makefile.am: Do not build on win32 with mingw32 (mkfifo not available). * scripts/cxx_std.m4: Fixed typo in AC_DEFINE macros. * build_shared/Makefile_build.am_fragment: Removed $(sublib_name)_COMPILATION variable (is useless now on cygwin/mingw as all symbols are dll exported). * MSVC_Net2003/*: Initial commit imported from glibmm-2-4 branch. * MSVC_Net2003/glibmm/Makefile.am: Rewrote rule for local copy of glibmmconfig.h (required for 'make distcheck').
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d517de46..53309dee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I scripts
-SUBDIRS = tools glib examples docs scripts tests
+SUBDIRS = tools glib examples docs scripts tests MSVC_Net2003
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = build_shared/Makefile_build.am_fragment \