From 752b1722bb5725558b4b0f91b84467a1f0a47408 Mon Sep 17 00:00:00 2001 From: Caner Candan Date: Tue, 24 Aug 2010 11:19:31 +0200 Subject: [PATCH] * pkg-config updated + cmake file --- application/eda_sa/CMakeLists.txt | 2 +- do.pc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/eda_sa/CMakeLists.txt b/application/eda_sa/CMakeLists.txt index 8cdc8c13..e8ec6f13 100644 --- a/application/eda_sa/CMakeLists.txt +++ b/application/eda_sa/CMakeLists.txt @@ -25,4 +25,4 @@ FILE(GLOB SOURCES *.cpp) SET(EXECUTABLE_OUTPUT_PATH ${DO_BINARY_DIR}) ADD_EXECUTABLE(${PROJECT_NAME} ${SOURCES}) -TARGET_LINK_LIBRARIES(${PROJECT_NAME} do ${EO_LIBRARIES} ${MO_LIBRARIES} ${Boost_LIBRARIES}) +TARGET_LINK_LIBRARIES(${PROJECT_NAME} do doutils ${EO_LIBRARIES} ${MO_LIBRARIES} ${Boost_LIBRARIES}) diff --git a/do.pc b/do.pc index 44155200..b207747d 100644 --- a/do.pc +++ b/do.pc @@ -8,5 +8,5 @@ includedir=${prefix}/include/do Name: Distribution Object Description: Distribution Object Version: 1.0 -Libs: -L${libdir} -ldo +Libs: -L${libdir} -ldo -ldoutils Cflags: -I${includedir}