Generate tests/Makefile.
authorlinus <linus@nordu.net>
Fri, 21 Jan 2011 15:33:43 +0000 (16:33 +0100)
committerlinus <linus@nordu.net>
Fri, 21 Jan 2011 15:33:43 +0000 (16:33 +0100)
lib/configure.ac

index de02a4e..b3a8145 100644 (file)
@@ -43,5 +43,6 @@ AC_CHECK_FUNCS([memset socket strdup strerror strrchr])
 
 AC_CONFIG_FILES([Makefile
                 include/Makefile
-                 examples/Makefile])
+                 examples/Makefile
+                 tests/Makefile])
 AC_OUTPUT