Ryujinx-GtkSharp/gio/Makefile.am
Stephane Delcroix 3b3af77895 adding sample/gio into the build
svn path=/trunk/gtk-sharp/; revision=126575
2009-02-11 12:34:08 +00:00

26 lines
398 B
Makefile

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