Ryujinx-GtkSharp/gio/Makefile.am

28 lines
469 B
Makefile
Raw Normal View History

SUBDIRS = . glue
pkg = gio
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gio-sharp-3.0.pc
INCLUDE_API = $(top_srcdir)/glib/glib-api.xml
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