Navigation
Views: changelog,
tags,
manifest,
raw
zip, gz, bz2,
Follow rename of util.c to strip_path.c.
| changeset 297: |
c4e6c8e0a3b8 |
| parent 296: | 4cdde547c727 |
| tag: | tip |
| author: |
Thomas Klausner <tk@giga.or.at> |
| date: |
Mon Mar 30 12:31:48 2009 +0200 (17 months ago) |
| files: |
lib/CMakeLists.txt |
| description: |
Follow rename of util.c to strip_path.c. |
--- a/lib/CMakeLists.txt Mon Mar 30 12:31:38 2009 +0200
+++ b/lib/CMakeLists.txt Mon Mar 30 12:31:48 2009 +0200
@@ -16,7 +16,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOUR
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/..)
-SET(LIB_SOURCES dcc.c io.c util.c)
+SET(LIB_SOURCES dcc.c io.c strip_path.c)
REPLACE_FUNCTIONS(LIB_SOURCES err errx poll strlcpy warn warnx)
Powered by Mercurial.
|