mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:35:38 +00:00
a63841988e
* glib/Makefile.am: * Makefile.include: (Revert revision 131780) Track r131942. svn path=/trunk/gtk-sharp/; revision=131943
25 lines
353 B
Makefile
25 lines
353 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
glue_includes = atk/atk.h
|
|
|
|
sources = \
|
|
TextChangedDetail.cs
|
|
|
|
customs = \
|
|
Global.custom \
|
|
Hyperlink.custom \
|
|
Misc.custom \
|
|
Object.custom \
|
|
SelectionAdapter.custom \
|
|
TextAdapter.custom \
|
|
Util.custom
|
|
|
|
add_dist =
|
|
|
|
include ../Makefile.include
|