mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 07:35:37 +00:00
2005-01-12 Atsushi Enomoto <atsushi@ximian.com>
* Makefile.am : build fix. Added reference to glib-sharp.dll. svn path=/trunk/gtk-sharp/; revision=38793
This commit is contained in:
parent
04f9d007cc
commit
115b67e423
|
@ -12,7 +12,7 @@ noinst_DATA = $(TARGET)
|
|||
CLEANFILES = $(ASSEMBLY) gtk-sharp.snk
|
||||
DISTCLEANFILES = $(ASSEMBLY).config
|
||||
|
||||
references = ../gdk/gdk-sharp.dll
|
||||
references = ../gdk/gdk-sharp.dll ../glib/glib-sharp.dll
|
||||
build_references = $(addprefix -r:, $(references)) -r:System.Drawing
|
||||
|
||||
sources = \
|
||||
|
|
Loading…
Reference in a new issue