mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:35:33 +00:00
23 lines
315 B
Makefile
23 lines
315 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = atk
|
|
METADATA = Atk.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
glue_includes = atk/atk.h
|
|
|
|
sources = \
|
|
Global.cs \
|
|
Hyperlink.cs \
|
|
Misc.cs \
|
|
Object.cs \
|
|
SelectionAdapter.cs \
|
|
TextAdapter.cs \
|
|
TextChangedDetail.cs \
|
|
Util.cs
|
|
|
|
add_dist =
|
|
|
|
include ../Makefile.include
|