libzmq/Makefile.am

10 lines
157 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
SUBDIRS = src examples $(DIR_P)
DIST_SUBDIRS = src examples $(DIR_P)