diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/Makefile.am | 103 | ||||
-rw-r--r-- | libempathy/libempathy.pc.in | 13 |
2 files changed, 46 insertions, 70 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index e45b16d81..1783650a9 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -22,10 +22,54 @@ BUILT_SOURCES = \ empathy-enum-types.h \ empathy-enum-types.c -lib_LTLIBRARIES = libempathy.la +noinst_LTLIBRARIES = libempathy.la + +libempathy_headers = \ + empathy-account-settings.h \ + empathy-account.h \ + empathy-account-manager.h \ + empathy-chatroom.h \ + empathy-chatroom-manager.h \ + empathy-call-factory.h \ + empathy-call-handler.h \ + empathy-connectivity.h \ + empathy-contact.h \ + empathy-contact-groups.h \ + empathy-contact-list.h \ + empathy-contact-manager.h \ + empathy-contact-monitor.h \ + empathy-connection-managers.h \ + empathy-debug.h \ + empathy-debugger.h \ + empathy-dispatcher.h \ + empathy-dispatch-operation.h \ + empathy-ft-factory.h \ + empathy-ft-handler.h \ + empathy-handler.h \ + empathy-idle.h \ + empathy-irc-network.h \ + empathy-irc-network-manager.h \ + empathy-irc-server.h \ + empathy-location.h \ + empathy-log-manager.h \ + empathy-log-store.h \ + empathy-log-store-empathy.h \ + empathy-message.h \ + empathy-status-presets.h \ + empathy-time.h \ + empathy-tp-call.h \ + empathy-tp-chat.h \ + empathy-tp-contact-factory.h \ + empathy-tp-contact-list.h \ + empathy-tp-file.h \ + empathy-tp-roomlist.h \ + empathy-tube-handler.h \ + empathy-types.h \ + empathy-utils.h libempathy_la_SOURCES = \ - empathy-account.c \ + $(libempathy_headers) \ + empathy-account.c \ empathy-account-settings.c \ empathy-account-manager.c \ empathy-chatroom.c \ @@ -76,64 +120,12 @@ libempathy_la_LIBADD = \ $(NETWORK_MANAGER_LIBS) \ $(CONNMAN_LIBS) -libempathy_la_LDFLAGS = \ - -version-info ${LIBEMPATHY_CURRENT}:${LIBEMPATHY_REVISION}:${LIBEMPATHY_AGE} \ - -export-symbols-regex ^empathy_ - -libempathy_headers = \ - empathy-account-settings.h \ - empathy-account.h \ - empathy-account-manager.h \ - empathy-chatroom.h \ - empathy-chatroom-manager.h \ - empathy-call-factory.h \ - empathy-call-handler.h \ - empathy-connectivity.h \ - empathy-contact.h \ - empathy-contact-groups.h \ - empathy-contact-list.h \ - empathy-contact-manager.h \ - empathy-contact-monitor.h \ - empathy-connection-managers.h \ - empathy-debug.h \ - empathy-debugger.h \ - empathy-dispatcher.h \ - empathy-dispatch-operation.h \ - empathy-ft-factory.h \ - empathy-ft-handler.h \ - empathy-handler.h \ - empathy-idle.h \ - empathy-irc-network.h \ - empathy-irc-network-manager.h \ - empathy-irc-server.h \ - empathy-location.h \ - empathy-log-manager.h \ - empathy-log-store.h \ - empathy-log-store-empathy.h \ - empathy-message.h \ - empathy-status-presets.h \ - empathy-time.h \ - empathy-tp-call.h \ - empathy-tp-chat.h \ - empathy-tp-contact-factory.h \ - empathy-tp-contact-list.h \ - empathy-tp-file.h \ - empathy-tp-roomlist.h \ - empathy-tube-handler.h \ - empathy-types.h \ - empathy-utils.h - check_c_sources = \ $(libempathy_la_SOURCES) \ $(libempathy_headers) include $(top_srcdir)/tools/check-coding-style.mk check-local: check-coding-style -libempathy_includedir = $(includedir)/libempathy/ -libempathy_include_HEADERS = \ - $(libempathy_headers) \ - empathy-enum-types.h - empathy-marshal.list: $(libempathy_la_SOURCES) Makefile.am $(QUIET_GEN)( cd $(srcdir) && \ sed -n -e 's/.*empathy_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \ @@ -205,9 +197,6 @@ ircnetworksdir = $(datadir)/empathy ircnetworks_DATA = \ irc-networks.xml -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libempathy.pc - EXTRA_DIST = \ empathy-marshal.list \ $(stylesheet_DATA) \ diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in deleted file mode 100644 index 6dd89fd5a..000000000 --- a/libempathy/libempathy.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: libempathy -Description: Empathy base library -Requires: pkg-config >= 0.21 -Requires.private: glib-2.0, gobject-2.0, libxml-2.0, \ - gio-2.0, gio-unix-2.0, telepathy-glib -Version: @VERSION@ -Libs: -L${libdir} -lempathy -Cflags: -I${includedir} |