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
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ noinst_DATA = $(TARGET)
|
||||||
CLEANFILES = $(ASSEMBLY) gtk-sharp.snk
|
CLEANFILES = $(ASSEMBLY) gtk-sharp.snk
|
||||||
DISTCLEANFILES = $(ASSEMBLY).config
|
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
|
build_references = $(addprefix -r:, $(references)) -r:System.Drawing
|
||||||
|
|
||||||
sources = \
|
sources = \
|
||||||
|
|
Loading…
Reference in a new issue