mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 08:15:40 +00:00
39acfc9643
* atk/glue/Makefile.am: Compile atk/glue/generated.c. svn path=/trunk/gtk-sharp/; revision=113845
23 lines
306 B
Makefile
23 lines
306 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 \
|
|
Misc.custom \
|
|
Object.custom \
|
|
TextAdapter.custom \
|
|
Util.custom
|
|
|
|
add_dist =
|
|
|
|
include ../Makefile.include
|