d7dfd57c20
svn path=/trunk/gtk-sharp/; revision=126578
26 lines
423 B
Makefile
26 lines
423 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 = \
|
|
AppInfoAdapter.custom \
|
|
File.custom \
|
|
FileAdapter.custom \
|
|
FileEnumerator.custom
|
|
|
|
add_dist = gio-sharp-2.0.pc.in
|
|
|
|
include ../Makefile.include
|
|
|