mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 18:05:32 +00:00
1e97a1046f
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
27 lines
423 B
Makefile
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
|
|
|