aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-23 01:46:51 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-23 01:46:51 +0800
commit7571ad9cda32496107a7067fc0416aa1e4466cce (patch)
tree90304855706f32eaddfd4a526ff859175f3ebe31 /libempathy-gtk
parent84f53258270412f78f6d0f6367ea00d9953fa24a (diff)
downloadgsoc2013-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 'libempathy-gtk')
-rw-r--r--libempathy-gtk/Makefile.am114
-rw-r--r--libempathy-gtk/libempathy-gtk.pc.in11
2 files changed, 85 insertions, 40 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 5a01c6471..8e7ef602f 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -5,48 +5,80 @@ AM_CPPFLAGS = \
$(EMPATHY_CFLAGS) \
$(WARN_CFLAGS)
-noinst_LTLIBRARIES = libempathy-gtk.la
+lib_LTLIBRARIES = libempathy-gtk.la
-libempathy_gtk_la_SOURCES = \
- ephy-spinner.c ephy-spinner.h \
- empathy-images.h \
- empathy-main-window.c empathy-main-window.h \
- empathy-status-icon.c empathy-status-icon.h \
- empathy-contact-widget.c empathy-contact-widget.h \
- empathy-contact-dialogs.c empathy-contact-dialogs.h \
- empathy-accounts-dialog.c empathy-accounts-dialog.h \
- empathy-account-widget-generic.c empathy-account-widget-generic.h \
- empathy-account-widget-jabber.c empathy-account-widget-jabber.h \
- empathy-profile-chooser.c empathy-profile-chooser.h \
- empathy-cell-renderer-expander.c empathy-cell-renderer-expander.h \
- empathy-cell-renderer-text.c empathy-cell-renderer-text.h \
- empathy-spell.c empathy-spell.h \
- empathy-spell-dialog.c empathy-spell-dialog.h \
- empathy-contact-groups.c empathy-contact-groups.h \
- empathy-contact-list-store.c empathy-contact-list-store.h \
- empathy-contact-list-view.c empathy-contact-list-view.h \
- empathy-preferences.c empathy-preferences.h \
- empathy-theme-manager.c empathy-theme-manager.h \
- empathy-chat-window.c empathy-chat-window.h \
- empathy-chat.c empathy-chat.h \
- empathy-chat-view.c empathy-chat-view.h \
- empathy-private-chat.c empathy-private-chat.h \
- empathy-group-chat.c empathy-group-chat.h \
- empathy-geometry.c empathy-geometry.h \
- empathy-status-presets.c empathy-status-presets.h \
- empathy-presence-chooser.c empathy-presence-chooser.h \
- empathy-about-dialog.c empathy-about-dialog.h \
- empathy-account-chooser.c empathy-account-chooser.h \
- empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \
- empathy-chatrooms-window.c empathy-chatrooms-window.h \
- empathy-log-window.c empathy-log-window.h \
- empathy-ui-utils.c empathy-ui-utils.h
+libempathy_gtk_la_SOURCES = \
+ ephy-spinner.c ephy-spinner.h \
+ empathy-main-window.c \
+ empathy-status-icon.c \
+ empathy-contact-widget.c \
+ empathy-contact-dialogs.c \
+ empathy-accounts-dialog.c \
+ empathy-account-widget-generic.c \
+ empathy-account-widget-jabber.c \
+ empathy-profile-chooser.c \
+ empathy-cell-renderer-expander.c \
+ empathy-cell-renderer-text.c \
+ empathy-spell.c \
+ empathy-spell-dialog.c \
+ empathy-contact-groups.c \
+ empathy-contact-list-store.c \
+ empathy-contact-list-view.c \
+ empathy-preferences.c \
+ empathy-theme-manager.c \
+ empathy-chat-window.c \
+ empathy-chat.c \
+ empathy-chat-view.c \
+ empathy-private-chat.c \
+ empathy-group-chat.c \
+ empathy-geometry.c \
+ empathy-status-presets.c \
+ empathy-presence-chooser.c \
+ empathy-about-dialog.c \
+ empathy-account-chooser.c \
+ empathy-new-chatroom-dialog.c \
+ empathy-chatrooms-window.c \
+ empathy-log-window.c \
+ empathy-ui-utils.c
-libempathy_gtk_la_LIBADD = \
- $(EMPATHY_LIBS) \
+libempathy_gtk_la_LIBADD = \
+ $(EMPATHY_LIBS) \
$(top_builddir)/libempathy/libempathy.la
-libempathy_gtk_includedir = $(includedir)/empathy/
+libempathy_gtkdir = $(includedir)/libempathy-gtk/
+libempathy_gtk_HEADERS = \
+ empathy-images.h \
+ empathy-main-window.h \
+ empathy-status-icon.h \
+ empathy-contact-widget.h \
+ empathy-contact-dialogs.h \
+ empathy-accounts-dialog.h \
+ empathy-account-widget-generic.h \
+ empathy-account-widget-jabber.h \
+ empathy-profile-chooser.h \
+ empathy-cell-renderer-expander.h \
+ empathy-cell-renderer-text.h \
+ empathy-spell.h \
+ empathy-spell-dialog.h \
+ empathy-contact-groups.h \
+ empathy-contact-list-store.h \
+ empathy-contact-list-view.h \
+ empathy-preferences.h \
+ empathy-theme-manager.h \
+ empathy-chat-window.h \
+ empathy-chat.h \
+ empathy-chat-view.h \
+ empathy-private-chat.h \
+ empathy-group-chat.h \
+ empathy-geometry.h \
+ empathy-status-presets.h \
+ empathy-presence-chooser.h \
+ empathy-about-dialog.h \
+ empathy-account-chooser.h \
+ empathy-new-chatroom-dialog.h \
+ empathy-chatrooms-window.h \
+ empathy-log-window.h \
+ empathy-ui-utils.h
gladedir = $(datadir)/empathy
glade_DATA = \
@@ -59,10 +91,10 @@ glade_DATA = \
empathy-accounts-dialog.glade \
empathy-account-widget-jabber.glade \
empathy-new-chatroom-dialog.glade \
- empathy-group-chat.glade \
+ empathy-group-chat.glade \
empathy-chatrooms-window.glade \
empathy-spell-dialog.glade \
- empathy-log-window.glade \
+ empathy-log-window.glade \
empathy-chat.glade
dtddir = $(datadir)/empathy
@@ -70,6 +102,8 @@ dtd_DATA = \
empathy-status-presets.dtd \
empathy-contact-groups.dtd
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libempathy-gtk.pc
EXTRA_DIST = \
$(glade_DATA) \
diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in
new file mode 100644
index 000000000..4cb8452df
--- /dev/null
+++ b/libempathy-gtk/libempathy-gtk.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libempathy
+Description: Empathy interface library
+Requires: glib-2.0, gobject-2.0, gtk+-2.0, libglade-2.0, libmissioncontrol, libtelepathy, libempathy
+Version: @VERSION@
+Libs: -L${libdir} -lempathy-gtk
+Cflags: -I${includedir}