* 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:
parent
d21970a0cd
commit
39acfc9643
3 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -5,6 +5,8 @@ METADATA = Atk.metadata
|
|||
SYMBOLS =
|
||||
references = ../glib/glib-sharp.dll
|
||||
|
||||
glue_includes = atk/atk.h
|
||||
|
||||
sources = \
|
||||
TextChangedDetail.cs
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue