1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-03 14:14:11 +00:00

Temporarily disable broken stuff

This commit is contained in:
King_DuckZ 2016-05-27 21:50:09 +02:00
parent 3927f945ca
commit c009c07c9d
2 changed files with 9 additions and 9 deletions

View file

@ -2,10 +2,10 @@ project(${bare_name}-backend-postgresql CXX)
add_library(${PROJECT_NAME} SHARED
tag.cpp
delete.cpp
locate.cpp
scan.cpp
dbsource.cpp
#delete.cpp
#locate.cpp
#scan.cpp
#dbsource.cpp
backend_postgresql.cpp
)