diff options
author | David Walter Seikel | 2011-08-03 00:52:21 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-08-03 00:52:21 +1000 |
commit | 013b149694b38c4f1af5883697dbef1608f57a92 (patch) | |
tree | dcc622167bebfe9c7bfc8a2e52a55d7dbeca9342 /linden | |
parent | Align with upstream versioning. (diff) | |
download | meta-impy-013b149694b38c4f1af5883697dbef1608f57a92.zip meta-impy-013b149694b38c4f1af5883697dbef1608f57a92.tar.gz meta-impy-013b149694b38c4f1af5883697dbef1608f57a92.tar.bz2 meta-impy-013b149694b38c4f1af5883697dbef1608f57a92.tar.xz |
Make it compile better under Windows.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/libgpg-error/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/libgpg-error/CMakeLists.txt b/linden/indra/libgpg-error/CMakeLists.txt index a0e6202..1660df3 100644 --- a/linden/indra/libgpg-error/CMakeLists.txt +++ b/linden/indra/libgpg-error/CMakeLists.txt | |||
@@ -14,7 +14,7 @@ project(gpg-error) | |||
14 | libgpg-error-1.0/src | 14 | libgpg-error-1.0/src |
15 | ) | 15 | ) |
16 | 16 | ||
17 | set(libgpg-error_SOURCE_FILES | 17 | set(gpg-error_SOURCE_FILES |
18 | libgpg-error-1.0/src/code-from-errno.c | 18 | libgpg-error-1.0/src/code-from-errno.c |
19 | libgpg-error-1.0/src/code-to-errno.c | 19 | libgpg-error-1.0/src/code-to-errno.c |
20 | libgpg-error-1.0/src/gpg-error.c | 20 | libgpg-error-1.0/src/gpg-error.c |