* atk/Makefile.am: add atk/atk.h to glue_includes.

* atk/glue/Makefile.am: Compile atk/glue/generated.c.

svn path=/trunk/gtk-sharp/; revision=113845
This commit is contained in:
Mike Gorse 2008-09-23 15:35:57 +00:00
parent d21970a0cd
commit 39acfc9643
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-09-23 Mike Gorse <mgorse@novell.com>
* atk/Makefile.am: add atk/atk.h to glue_includes.
* atk/glue/Makefile.am: Compile atk/glue/generated.c.
2008-09-23 Andrés G. Aragoneses <aaragoneses@novell.com>
Fixes BNC#384475.

View File

@ -5,6 +5,8 @@ METADATA = Atk.metadata
SYMBOLS =
references = ../glib/glib-sharp.dll
glue_includes = atk/atk.h
sources = \
TextChangedDetail.cs

View File

@ -8,6 +8,8 @@ libatksharpglue_2_la_SOURCES = \
util.c \
vmglueheaders.h
nodist_libatksharpglue_2_la_SOURCES = generated.c
# Adding a new glue file?
libatksharpglue_2_la_LIBADD = $(ATK_LIBS)