2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Cairo / Makefile
blobdda9fe920e3d5f909b74422f1d5d14f0090c1f7f
1 thisdir = class/Mono.Cairo
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Mono.Cairo.dll
6 #LIB_MCS_FLAGS = -d:CAIRO_1_2
7 NO_TEST = yes
9 EXTRA_DISTFILES = \
10 Samples/gtk/*.cs \
11 Samples/gtk/*.sh \
12 Samples/gtk/data/* \
13 Samples/png/*.cs \
14 Samples/png/*.sh \
15 Samples/png/data/* \
16 Samples/win32/*.cs \
17 Samples/win32/*.sh \
18 Samples/x11/*.cs \
19 Samples/x11/*.sh \
20 Samples/x11/data/*
22 include ../../build/library.make