a40efc856c
* 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
25 lines
378 B
Makefile
25 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
|