Ryujinx-GtkSharp/cairo/AssemblyInfo.cs.in
Bertrand Lorentz 477710bd1e build: Fix API version for cairo and don't hardcode it
Cairo has a different API version that was hardcoded. Define it in a new
variable in configure.ac and use it in AssemblyInfo and Makefile.am.

This fixes make distcheck, as the cairo-sharp.dll assembly was not
getting uninstalled from the GAC.
2012-07-02 13:56:06 -04:00

6 lines
151 B
C#

using System.Reflection;
using System.Runtime.CompilerServices;
[assembly:AssemblyVersion("@CAIRO_API_VERSION@")]
[assembly:AssemblyDelaySign(false)]