projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc59e1
)
introspection: Associate .gir with pkg-config file
author
Colin Walters
<walters@verbum.org>
Thu, 2 Sep 2010 15:07:12 +0000
(11:07 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 2 Sep 2010 15:07:12 +0000
(11:07 -0400)
Also depend on Makefile for consistency.
atk/Makefile.am
patch
|
blob
|
history
diff --git
a/atk/Makefile.am
b/atk/Makefile.am
index
19c2816
..
a900965
100644
(file)
--- a/
atk/Makefile.am
+++ b/
atk/Makefile.am
@@
-157,10
+157,11
@@
introspection_generated_sources = \
atk-enum-types.c \
atk-enum-types.h
-Atk-1.0.gir: libatk-1.0.la
+Atk-1.0.gir: libatk-1.0.la
Makefile
Atk_1_0_gir_INCLUDES = GObject-2.0
Atk_1_0_gir_CFLAGS = $(INCLUDES)
Atk_1_0_gir_LIBS = libatk-1.0.la
+Atk_1_0_gir_SCANNERFLAGS = --pkg-export atk
Atk_1_0_gir_FILES = \
$(addprefix $(srcdir)/, $(introspection_sources)) \
$(introspection_generated_sources)