Move definitions to beginning of file.
[asdcplib.git] / configure.ac
index 07d32686d7dbb3b49ce40919f9bf719ff77fde5d..3c8c5844280187e0410aadfdd4356d4bd319b838 100644 (file)
@@ -105,5 +105,6 @@ AC_CHECK_LIB([pthread], [pthread_create])
 #AC_CHECK_FUNCS([getcwd memset regcomp strchr strerror strrchr strstr strtol])
 
 AC_CONFIG_FILES([Makefile
-                 src/Makefile])
+                 src/Makefile
+                win32/Makefile])
 AC_OUTPUT