diff --git a/daemons/CMakeLists.txt b/daemons/CMakeLists.txt index 0f388ab..85a3186 100644 --- a/daemons/CMakeLists.txt +++ b/daemons/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX ../bin) # list of header files set(SUB_DIRS - logd seriald stdiod cand gpsd rtcmd + logd seriald stdiod gpsd rtcmd ) foreach(SUB_DIR ${SUB_DIRS}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54280c9..fa88dab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_INSTALL_PREFIX .) # list of header files set(SUB_DIRS - libasn1 libemb libnet libutil libnet++ libcan++ libgps++ + libasn1 libemb libnet libutil libnet++ libgps++ ) foreach(SUB_DIR ${SUB_DIRS})