From 7571ad9cda32496107a7067fc0416aa1e4466cce Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 22 Jun 2007 17:46:51 +0000 Subject: Install libempathy and libempathy-gtk and make their API public. 2007-06-22 Xavier Claessens * 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 --- libempathy-gtk/Makefile.am | 114 +++++++++++++++++++++++++++++---------------- 1 file changed, 74 insertions(+), 40 deletions(-) (limited to 'libempathy-gtk/Makefile.am') 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) \ -- cgit v1.2.3