summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-10-19 17:52:12 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-10-19 17:52:12 +0000
commit4905022b8ecaf794faa9ce4ad9977cb7725e0b49 (patch)
tree269956cf0299b0081dbd2d3497e39b2eb485aaff /Makefile.am
parent1bfc515a37d2e42157f869f8ac5339aff6ce10b3 (diff)
downloadglib-4905022b8ecaf794faa9ce4ad9977cb7725e0b49.tar.gz
Pass -DGSPAWN_HELPER when building it. Link with user32.lib.
2000-10-19 Tor Lillqvist <tml@iki.fi> * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link with user32.lib. * gspawn-win32.c * gfileutils.c: Make them compile with picky MSVC. * gwin32.h: New file. Move Win32-only stuff that isn't related to GIOChannels here from giochannel.h. * Makefile.am: Add it here. * giochannel.h: Move stuff to gwin32.h. * glib.h: On Win32, include gwin32.h.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f1fe7a66..67d71608b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -129,7 +129,8 @@ glibinclude_HEADERS = \
gtree.h \
gtypes.h \
gunicode.h \
- gutils.h
+ gutils.h \
+ gwin32.h
configexecincludedir = $(libdir)/glib-2.0/include
#configexecinclude_DATA = glibconfig.h