0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-06 03:19:00 +08:00
libzmq/Makefile.am

16 lines
301 B
Makefile
Raw Normal View History

2009-08-29 11:31:32 +02:00
if BUILD_RUBY
DIR_R = ruby
endif
2009-09-08 14:54:04 +02:00
if BUILD_PERF
DIR_PERF = perf
endif
SUBDIRS = src $(DIR_R) $(DIR_PERF) devices bindings
DIST_SUBDIRS = src ruby perf devices bindings
2009-09-11 17:58:37 +02:00
EXTRA_DIST = $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2
dist-hook:
2009-09-11 17:58:37 +02:00
-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@