summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDonovan Baarda <abo@minkirri.apana.org.au>2019-08-17 17:05:08 +1000
committerDonovan Baarda <abo@minkirri.apana.org.au>2019-08-17 17:05:08 +1000
commit8fc637ff20d6d69e46fc85dc7128c2c11e28296c (patch)
tree53bef961262249b152e3ba6892803b39a69fe077 /.gitignore
parentcbe7a03645c16d651b7dc6f40f7436ca68da108d (diff)
downloadlibrsync-8fc637ff20d6d69e46fc85dc7128c2c11e28296c.tar.gz
Use a manual librsync_export.h instead of cmake's GenerateExportHeader.
Unfortunately GenerateExportHeader is broken for C in older versions of cmake that are still widely deployed, including on travis' osx build environment. Add manual librsync_export.h that should work for posix and win32 platforms, and remove .gitignore entry for it. Comment out GenerateExportHeader stuff from CMakeLists.txt.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8b09f72..69ec394 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@ CMakeCache.txt
CTestTestfile.cmake
config.h
*.cbp
-librsync_export.h
librsync.so*
librsync.a
librsync*.dylib