summaryrefslogtreecommitdiff
path: root/girepository/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-05 12:11:58 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-05 12:40:28 -0300
commit6039032537282a8f33ffb13c640bb824b5296650 (patch)
tree590006e960311e290202c715554a62aa45fe5050 /girepository/Makefile.am
parentbb832d71f7cb9648d2682ea490684da5f357bac0 (diff)
downloadgobject-introspection-6039032537282a8f33ffb13c640bb824b5296650.tar.gz
[girepository] Move GICallableInfo out of ginfo.ch
Diffstat (limited to 'girepository/Makefile.am')
-rw-r--r--girepository/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/girepository/Makefile.am b/girepository/Makefile.am
index 09fc0ee7..b173dba5 100644
--- a/girepository/Makefile.am
+++ b/girepository/Makefile.am
@@ -1,6 +1,7 @@
girepodir = $(includedir)/gobject-introspection-1.0/
girepo_HEADERS = \
gibaseinfo.h \
+ gicallableinfo.h \
gifunctioninfo.h \
girepository.h \
girffi.h \
@@ -15,8 +16,8 @@ libgirepository_1_0_la_SOURCES = \
gfield.c \
gibaseinfo.c \
gifunctioninfo.c \
+ gicallableinfo.c \
ginfo.c \
- ginfo.h \
ginvoke.c \
girepository.c \
girepository-private.h \