Ryujinx-GtkSharp/atk/Makefile.am
Andrés G. Aragoneses a40efc856c * atk/Makefile.am:
* atk/SelectionAdapter.custom: new method for firing selection-changed
( http://library.gnome.org/devel/atk/stable/AtkSelection.html#AtkSelection-selection-changed )

svn path=/trunk/gtk-sharp/; revision=119840
2008-11-24 20:45:48 +00:00

26 lines
378 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 \
ObjectFactory.custom \
SelectionAdapter.custom \
TextAdapter.custom \
Util.custom
add_dist =
include ../Makefile.include