Ryujinx-GtkSharp/gio/Makefile.am
Christian Hoff 1e97a1046f 2009-08-30 Christian Hoff <christian_hoff@gmx.net>
Complete the major version jump. Gtk# 3 and 2 are now both
	installable within the same prefix.

	* */glue/Makefile.am: Produce *sharpglue-3 gluelibs.
	* *.custom, *.cs: pinvoke the new glue library.
	* *-2.0.pc.in: Rename to *-3.0.pc.in.

svn path=/trunk/gtk-sharp/; revision=140941
2009-08-30 20:06:33 +00:00

27 lines
423 B
Makefile

SUBDIRS = . glue
pkg = gio
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gio-sharp-3.0.pc
METADATA = Gio.metadata
SYMBOLS =
references = ../glib/glib-sharp.dll
glue_includes = gio/gio.h
POLICY_VERSIONS=
sources = \
FileFactory.cs \
GioStream.cs
customs = \
AppInfoAdapter.custom \
File.custom \
FileAdapter.custom \
FileEnumerator.custom
add_dist = gio-sharp-3.0.pc.in
include ../Makefile.include