Those new hacky RabbitMQ sources files need to be included in dist.
[mono-project.git] / mcs / class / RabbitMQ.Client / Makefile
blobaf450765bf82547492b5223c30855bfdaeb0dca9
1 thisdir = class/RabbitMQ.Client
2 SUBDIRS = src/apigen docs/specs src/client
3 #SUBDIRS = src/client
4 include ../../build/rules.make
6 DISTFILES = \
7 RabbitMQ.Client.Apigen_net_2_0.exe.sources \
8 RabbitMQ.Client.Apigen_net_4_0.exe.sources \
9 RabbitMQ.Client.Apigen_net_4_5.exe.sources \
10 src/util/BlockingCell.cs \
11 src/util/DebugUtil.cs \
12 src/util/Either.cs \
13 src/util/IntAllocator.cs \
14 src/util/NetworkBinaryReader.cs \
15 src/util/NetworkBinaryWriter.cs \
16 src/util/Semaphore.cs \
17 src/util/SharedQueue.cs \
18 src/util/XmlUtil.cs \
19 src/apigen/AmqpClass.cs \
20 src/apigen/AmqpEntity.cs \
21 src/apigen/AmqpField.cs \
22 src/apigen/AmqpMethod.cs \
23 src/apigen/Apigen.cs \
24 src/apigen/Makefile \
25 docs/specs/amqp0-8.stripped.xml \
26 docs/specs/amqp0-9.stripped.xml \
27 docs/specs/qpid-amqp.0-8.stripped.xml \
28 docs/specs/Makefile
30 all-local install-local clean-local test-local run-test-local run-test-ondotnet-local uninstall-local doc-update-local csproj-local:
32 dist-local: dist-default