summaryrefslogtreecommitdiff
path: root/event-config.h.cmake
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2017-03-12 23:31:59 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2017-03-13 16:20:40 +0300
commit7182c2f561570cd9ceb704623ebe9ae3608c7b43 (patch)
treee1ae95746a1b1ea2e509547ff7a8122771982f2f /event-config.h.cmake
parent72ef9d16522f88ea7848a52430b5f80d1174d710 (diff)
downloadlibevent-7182c2f561570cd9ceb704623ebe9ae3608c7b43.tar.gz
cmake: build SHARED and STATIC libraries (like autoconf does)
Since they are useful for debugging, and if autotools build them then cmamke has to do this too, to make migration more simple. And now: - tests: uses shared libraries (since this is upstreams one) - other binaries: uses static libraries This removes next private config: - EVENT__NEED_DLLIMPORT
Diffstat (limited to 'event-config.h.cmake')
-rw-r--r--event-config.h.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/event-config.h.cmake b/event-config.h.cmake
index 65a0f5dd..f1786929 100644
--- a/event-config.h.cmake
+++ b/event-config.h.cmake
@@ -524,6 +524,4 @@
/* Define to `int' if <sys/types.h> does not define. */
#define EVENT__ssize_t @EVENT__ssize_t@
-#cmakedefine EVENT__NEED_DLLIMPORT 1
-
#endif /* \EVENT2_EVENT_CONFIG_H_INCLUDED_ */