[atk] introspection: Associate .gir with pkg-config file



commit 380204b95cb0a611df0233bf6275b5b511268240
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 2 11:07:12 2010 -0400

    introspection: Associate .gir with pkg-config file
    
    Also depend on Makefile for consistency.

 atk/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 19c2816..a900965 100644
--- 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]