summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-08-14 20:40:56 -0400
committerColin Walters <walters@verbum.org>2012-08-14 20:41:11 -0400
commit7952f77a32b6adf37a748e58a4959dbe4d52c507 (patch)
tree598006fedf9fcb09c6f255b23e614d33a0d9984a
parentd734a06dc613f81bde3ffa1bfb30b971bac462d6 (diff)
downloadgobject-introspection-7952f77a32b6adf37a748e58a4959dbe4d52c507.tar.gz
Makefile.introspection: Add gir dependency to example
-rw-r--r--Makefile.introspection1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.introspection b/Makefile.introspection
index 755dd15c..567d5e96 100644
--- a/Makefile.introspection
+++ b/Makefile.introspection
@@ -26,6 +26,7 @@
# Add this to Makefile.am where your library/program is built:
# include $(INTROSPECTION_MAKEFILE)
# INTROSPECTION_GIRS = YourLib-1.0.gir
+# YourLib-1.0.gir: libyourlib.la
# YourLib_1_0_gir_NAMESPACE = YourLib
# YourLib_1_0_gir_VERSION = 1.0
# YourLib_1_0_gir_LIBS = libyourlib.la