diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-06-23 01:46:51 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-23 01:46:51 +0800 |
commit | 7571ad9cda32496107a7067fc0416aa1e4466cce (patch) | |
tree | 90304855706f32eaddfd4a526ff859175f3ebe31 /configure.ac | |
parent | 84f53258270412f78f6d0f6367ea00d9953fa24a (diff) | |
download | gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.gz gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.bz2 gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.lz gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.xz gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.tar.zst gsoc2013-empathy-7571ad9cda32496107a7067fc0416aa1e4466cce.zip |
Install libempathy and libempathy-gtk and make their API public.
2007-06-22 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/libempathy-gtk.pc.in:
* libempathy-gtk/Makefile.am:
* libempathy/libempathy.pc.in:
* libempathy/Makefile.am:
* configure.ac: Install libempathy and libempathy-gtk and make their
API public.
svn path=/trunk/; revision=172
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 837cb1d9e..22fce88dd 100644 --- a/configure.ac +++ b/configure.ac @@ -134,7 +134,9 @@ AC_OUTPUT([ data/scalable/Makefile po/Makefile.in libempathy/Makefile + libempathy/libempathy.pc libempathy-gtk/Makefile + libempathy-gtk/libempathy-gtk.pc src/Makefile ]) |