Merge pull request #3056 from BrzVlad/fix-multiple-binprot
[mono.git] / mcs / class / Mono.Cairo / Makefile
index 46915b3efdf117685acd88e0e463a766ecb9ce2c..dda9fe920e3d5f909b74422f1d5d14f0090c1f7f 100644 (file)
@@ -3,9 +3,20 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Cairo.dll
-LIB_MCS_FLAGS = /r:System.Drawing
+#LIB_MCS_FLAGS = -d:CAIRO_1_2
 NO_TEST = yes
 
-EXTRA_DISTFILES =
+EXTRA_DISTFILES = \
+       Samples/gtk/*.cs \
+       Samples/gtk/*.sh \
+       Samples/gtk/data/* \
+       Samples/png/*.cs \
+       Samples/png/*.sh \
+       Samples/png/data/* \
+       Samples/win32/*.cs \
+       Samples/win32/*.sh \
+       Samples/x11/*.cs \
+       Samples/x11/*.sh \
+       Samples/x11/data/*
 
 include ../../build/library.make