Added database abstractions
[gnucomo.git] / configure.ac
index 1a55bbe..75ac187 100644 (file)
@@ -52,7 +52,8 @@ AC_CHECK_FUNCS([gethostbyname gethostname memmove socket strchr strdup strerror]
 
 AC_CONFIG_FILES([Makefile
                  src/Makefile
-                 src/gcm_input/Makefile
                  src/lib/Makefile
+                 src/gcm_input/Makefile
+                 src/spam/Makefile
                  test/Makefile])
 AC_OUTPUT