additional checks for object and schema triggers

minor bug fixes in consumer.c
This commit is contained in:
Markus Makela
2014-09-03 18:35:20 +03:00
parent 89a2d1d4c7
commit 13f63ab92b
2 changed files with 13 additions and 30 deletions

View File

@ -20,9 +20,6 @@ link_directories(${CMAKE_SOURCE_DIR}/inih)
if(RABBITMQ_C_LIBRARIES AND MYSQL_LIBRARIES AND MYSQL_INCLUDE_DIRS)
add_definitions(-DCONFIG_IN_ETC)
add_definitions(-DCONSUMER_CONFIG_PREFIX="${CMAKE_INSTALL_PREFIX}/share/consumer")
add_executable (consumer consumer.c ${MYSQL_LIBRARIES} ${RABBITMQ_C_LIBRARIES})
target_link_libraries(consumer mysqlclient)
target_link_libraries(consumer rabbitmq)