X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmountd.git;a=blobdiff_plain;f=CMakeLists.txt;h=79aa852355f8d2c14deab33a7ce6b491c2eaf176;hp=b37d26c2e737a5049fcb062a4fa4e14926bb6fa9;hb=ed4270f23e7df70414fcb09203bcbc86f1b85a81;hpb=46063a1657c449d46c1ed7384862f2c0aa051761 diff --git a/CMakeLists.txt b/CMakeLists.txt index b37d26c..79aa852 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.6) PROJECT(mountd C) ADD_DEFINITIONS(-Os -ggdb -Wall -Werror --std=gnu99 -Wmissing-declarations) -FIND_PATH(ubus_include_dir libubus.h) -INCLUDE_DIRECTORIES(${ubus_include_dir}) +FIND_PATH(uci_include_dir uci.h) +INCLUDE_DIRECTORIES(${uci_include_dir}) SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")