Ryujinx-GtkSharp/atk/Makefile.am
Brad Taylor 70b8817f12 2008-08-19 Brad Taylor <brad@getcoded.net>
* atk/Object.custom: Add method to allow emission of
	  visible-data-changed signal.

	* atk/TextChangedDetail.cs: 
	* atk/TextAdapter.custom: Add method to allow emission of text-changed
	  signal.


svn path=/trunk/gtk-sharp/; revision=111015
2008-08-19 22:00:33 +00:00

21 lines
279 B
Makefile

SUBDIRS = . glue
pkg = atk
METADATA = Atk.metadata
SYMBOLS =
references = ../glib/glib-sharp.dll
sources = \
TextChangedDetail.cs
customs = \
Global.custom \
Misc.custom \
Object.custom \
TextAdapter.custom \
Util.custom
add_dist =
include ../Makefile.include