include directory split into c and cpp dirs, added --with-c and --with-cpp configure options

This commit is contained in:
malosek
2009-09-07 17:06:47 +02:00
parent f895426c18
commit b71c3005e6
19 changed files with 65 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
INCLUDES = -I$(top_builddir)/include
INCLUDES = -I$(top_srcdir)/cpp -I$(top_srcdir)/c
bin_PROGRAMS = local_lat remote_lat local_thr remote_thr
noinst_PROGRAMS = local_lat remote_lat local_thr remote_thr
local_lat_LDADD = $(top_builddir)/src/libzmq.la
local_lat_SOURCES = local_lat.cpp