summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-07-11 14:41:44 +0000
committerJason Rumney <jasonr@gnu.org>2007-07-11 14:41:44 +0000
commitc1c5c06dc3dec634ff0dbda889f357f9e5b582e7 (patch)
tree4832bc851d5e0d7340cd70c40f0354d5cb690c47
parenta71f59c1fafa38f9eb0137c88ea879fb3718bdc1 (diff)
downloademacs-c1c5c06dc3dec634ff0dbda889f357f9e5b582e7.tar.gz
(LIBS): Include OLE32.
-rw-r--r--src/makefile.w32-in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 4dad03f4c0c..ccb0dcf9f5f 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -138,7 +138,7 @@ LIBS = $(TLIB0) \
$(TLIB1) \
$(TLIBW32) \
$(TLASTLIB) \
- $(WINMM) \
+ $(WINMM) \
$(ADVAPI32) \
$(GDI32) \
$(COMDLG32) \
@@ -146,6 +146,7 @@ LIBS = $(TLIB0) \
$(MPR) \
$(SHELL32) \
$(WINSPOOL) \
+ $(OLE32) \
$(libc)
#