diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-12-03 14:26:42 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-12-03 14:26:42 +0000 |
commit | a3ad67db38082514cc85891df305369b3ba7ed98 (patch) | |
tree | 670499509894ebe62366dfd80ad4a294a426c0f9 /Makefile.am | |
parent | f696772dfb63dbb9e032e8f0de5dde958354eef2 (diff) | |
download | libgdata-a3ad67db38082514cc85891df305369b3ba7ed98.tar.gz |
Add GObject introspection support
Add basic GObject introspection support for the library. None of the GIR file
has been checked, and no annotations have been added yet.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3e42b6ba..cc650725 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,8 @@ EXTRA_DIST = \ HACKING \ gtk-doc.make \ libgdata.pc.in \ - libgdata.doap + libgdata.doap \ + introspection.m4 CLEANFILES = gdata.pc |