Revision: 14571
Author: adrian.chadd
Date: Sat Apr 10 18:14:05 2010
Log: Issue #94 - bring back conditional compilation of the win32 native stuff


http://code.google.com/p/lusca-cache/source/detail?r=14571

Modified:
 /branches/LUSCA_HEAD/libasyncio/Makefile.am

=======================================
--- /branches/LUSCA_HEAD/libasyncio/Makefile.am Fri Mar 27 17:00:28 2009
+++ /branches/LUSCA_HEAD/libasyncio/Makefile.am Sat Apr 10 18:14:05 2010
@@ -2,8 +2,14 @@

 LDADD = -L../lib -lmiscutil

+if ENABLE_MINGW32SPECIFIC
+AIOPS_SOURCE = aiops_win32.c
+else
+AIOPS_SOURCE = aiops.c
+endif
+
 libasyncio_a_SOURCES = \
-       aiops.c \
+       $(AIOPS_SOURCE) \
        async_io.c

 noinst_LIBRARIES = \

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to