From 27e2d08449ea52649e2e42b263f76fbd5d8382c5 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Thu, 11 Mar 2010 20:33:27 +0100 Subject: Restructure language bindings C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default --- src/Makefile.am | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index eeb33d6..26106d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,17 +3,7 @@ lib_LTLIBRARIES = libzmq.la pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libzmq.pc -if BUILD_CPP -include_HEADERS = ../bindings/cpp/zmq.hpp ../bindings/c/zmq.h -endif - -if BUILD_C -if BUILD_CPP - -else -include_HEADERS = ../bindings/c/zmq.h -endif -endif +include_HEADERS = ../include/zmq.h ../include/zmq.hpp if BUILD_PGM pgm_sources = ../foreign/openpgm/@pgm_basename@/openpgm/pgm/packet.c \ -- cgit v1.2.3