summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 715543c435aa407a6354d38007179dad713b732d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_HEADERS = include/zmq.h include/zmq.hpp


if BUILD_PYTHON
DIR_P = python
endif

if BUILD_RUBY
DIR_R = ruby
endif

SUBDIRS = src examples $(DIR_P) $(DIR_R)
DIST_SUBDIRS = src examples $(DIR_P) $(DIR_R)