[at-spi2-atk] Create an uninstalled library
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Create an uninstalled library
- Date: Thu, 14 Jun 2012 11:28:35 +0000 (UTC)
commit 6cb355e0191bf9a8524c1d422f8b465d15f22a00
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jun 13 16:55:54 2012 +0100
Create an uninstalled library
https://bugzilla.gnome.org/show_bug.cgi?id=678037
atk-adaptor/Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/atk-adaptor/Makefile.am b/atk-adaptor/Makefile.am
index 1e16a40..2992f0a 100644
--- a/atk-adaptor/Makefile.am
+++ b/atk-adaptor/Makefile.am
@@ -1,3 +1,42 @@
SUBDIRS=adaptors gtk-2.0 gtk-3.0
+noinst_LTLIBRARIES = libatk-bridge-2.0.la
+
+libatk_bridge_2_0_la_CFLAGS = \
+ $(DBUS_CFLAGS) \
+ $(ATK_CFLAGS) \
+ $(ATSPI_CFLAGS) \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/atk-adaptor/adaptors \
+ $(P2P_CFLAGS)
+
+libatk_bridge_2_0_la_SOURCES = \
+ accessible-leasing.c \
+ accessible-leasing.h \
+ accessible-cache.c \
+ accessible-cache.h \
+ accessible-register.c \
+ accessible-register.h \
+ accessible-stateset.c \
+ accessible-stateset.h \
+ bitarray.h \
+ introspection.c \
+ introspection.h \
+ bridge.c \
+ bridge.h \
+ object.c \
+ object.h \
+ event.c \
+ event.h \
+ spi-dbus.c \
+ spi-dbus.h
+
+libatk_bridge_2_0_la_LIBADD = \
+ $(DBUS_LIBS) \
+ $(GMODULE_LIBS) \
+ $(ATK_LIBS) \
+ $(ATSPI_LIBS) \
+ $(top_builddir)/droute/libdroute.la \
+ $(top_builddir)/atk-adaptor/adaptors/libatk-bridge-adaptors.la
+
EXTRA_DIST = Makefile.include
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]