libzmq/Makefile.am

17 lines
252 B
Makefile
Raw Normal View History

2009-08-03 11:30:13 +02:00
include_HEADERS = include/zmq.h include/zmq.hpp
2009-07-29 12:07:54 +02:00
2009-08-24 12:04:15 +02:00
if BUILD_PYTHON
DIR_P = python
endif
2009-08-29 11:31:32 +02:00
if BUILD_RUBY
DIR_R = ruby
endif
2009-08-31 13:11:46 +02:00
if BUILD_JAVA
DIR_J = java
endif
SUBDIRS = src perf $(DIR_P) $(DIR_R) $(DIR_J)
DIST_SUBDIRS = src perf $(DIR_P) $(DIR_R) $(DIR_J)