Commit 3235719c1bbd667ac960be6380e8b7873673a016

Authored by Perry Werneck
1 parent cdba8eb5

Fixing cross-compiler.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -67,7 +67,7 @@ case "$host" in
67 67  
68 68 CFLAGS="$CFLAGS -pthread -D_WIN32_WINNT=0x0600"
69 69 LDFLAGS="$LDFLAGS -pthread"
70   - LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32"
  70 + LIBS="$LIBS -lws2_32 -lwtsapi32 -lcomdlg32 -lole32 -luuid"
71 71  
72 72 app_win32_revision=$(date +%-y.%-m.%-d.%-H)
73 73 AC_SUBST(WIN32_VERSION,$app_win32_revision)
... ...