From 9d5e173645d8cde86ce358cf1194d89ba4ce654b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 8 Apr 2012 21:42:22 +0900 Subject: [PATCH] Don't install wslay --- deps/wslay/lib/Makefile.am | 4 +--- deps/wslay/lib/includes/Makefile.am | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/deps/wslay/lib/Makefile.am b/deps/wslay/lib/Makefile.am index 36e5960c..2155ac56 100644 --- a/deps/wslay/lib/Makefile.am +++ b/deps/wslay/lib/Makefile.am @@ -25,11 +25,9 @@ SUBDIRS = includes AM_CFLAGS = -Wall AM_CPPFLAGS = @DEFS@ -I$(srcdir)/includes -I$(builddir)/includes -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libwslay.pc DISTCLEANFILES = $(pkgconfig_DATA) -lib_LTLIBRARIES = libwslay.la +noinst_LTLIBRARIES = libwslay.la OBJECTS = wslay_frame.c wslay_event.c\ wslay_queue.c wslay_net.c diff --git a/deps/wslay/lib/includes/Makefile.am b/deps/wslay/lib/includes/Makefile.am index 3ea5ab65..b76aced8 100644 --- a/deps/wslay/lib/includes/Makefile.am +++ b/deps/wslay/lib/includes/Makefile.am @@ -20,4 +20,3 @@ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -nobase_include_HEADERS = wslay/wslay.h wslay/wslayver.h