mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:45:41 +00:00
a790f01a54
* */Makefile.am : define SYMBOLS if it isn't already to fix breakage with older automakes. svn path=/trunk/gtk-sharp/; revision=40810
27 lines
395 B
Makefile
27 lines
395 B
Makefile
SUBDIRS = . glue
|
|
|
|
pkg = pango
|
|
METADATA = Pango.metadata
|
|
SYMBOLS =
|
|
references = ../glib/glib-sharp.dll
|
|
|
|
sources = \
|
|
Scale.cs
|
|
|
|
customs = \
|
|
AttrIterator.custom \
|
|
Context.custom \
|
|
Coverage.custom \
|
|
FontFamily.custom \
|
|
FontMap.custom \
|
|
Global.custom \
|
|
GlyphItem.custom \
|
|
Layout.custom \
|
|
LayoutLine.custom \
|
|
TabArray.custom
|
|
|
|
add_dist = makefile.win32
|
|
|
|
include ../Makefile.include
|
|
|