diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-01-28 17:32:46 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-01-28 17:43:31 +0100 |
commit | dbd205f95d185c3f5c8096bc0ae4f4b93c30dfc9 (patch) | |
tree | dc54ea7e9e2fd221e60061e4d2fcde183b8b4b35 /cpp/include | |
parent | Support icessl openssl with Visual Studio 2017 (diff) | |
download | ice-dbd205f95d185c3f5c8096bc0ae4f4b93c30dfc9.tar.bz2 ice-dbd205f95d185c3f5c8096bc0ae4f4b93c30dfc9.tar.xz ice-dbd205f95d185c3f5c8096bc0ae4f4b93c30dfc9.zip |
Better SSL support for underlying transports that don't provide a socket file descriptor
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/IceBT/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cpp/include/IceBT/Makefile b/cpp/include/IceBT/Makefile deleted file mode 100644 index 820453ffb8d..00000000000 --- a/cpp/include/IceBT/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (c) ZeroC, Inc. All rights reserved. -# - -top_srcdir = ../.. - -include $(top_srcdir)/config/Make.rules - -install:: - @if test ! -d $(DESTDIR)$(install_includedir)/IceBT ; \ - then \ - echo "Creating $(DESTDIR)$(install_includedir)/IceBT..." ; \ - $(call mkdir,$(DESTDIR)$(install_includedir)/IceBT) ; \ - fi - - @for i in *.h ; \ - do \ - echo "Installing $$i" ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(install_includedir)/IceBT/$$i ; \ - chmod a+r $(DESTDIR)$(install_includedir)/IceBT/$$i ; \ - done |