import RabbitMQ.Client (see bug #432471 and
[mono.git] / mcs / class / RabbitMQ.Client / Makefile
1 thisdir := class/RabbitMQ.Client
2
3 include ../../build/rules.make
4
5 SUBDIRS := src/bootstrap src/apigen docs/specs src/client
6
7 .PHONY: all-local $(STD_TARGETS:=-local)
8 all-local $(STD_TARGETS:=-local):
9         @:
10