aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-19 02:26:08 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-06-19 02:26:08 +0800
commit8340689e4a19748936e4a192390f87e8393f24d7 (patch)
tree6ba5a2b0de6d71b13deb61a74b74759839899843 /a11y
parent3998d8c399a8f1477a83c3fcc5248fcb3d9d6fa8 (diff)
downloadgsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.tar
gsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.tar.gz
gsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.tar.bz2
gsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.tar.lz
gsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.tar.xz
gsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.tar.zst
gsoc2013-evolution-8340689e4a19748936e4a192390f87e8393f24d7.zip
Makefile.am addressbook/Makefile.am calendar/Makefile.am Use
2005-06-18 Tor Lillqvist <tml@novell.com> * Makefile.am * addressbook/Makefile.am * calendar/Makefile.am * widgets/Makefile.am: Use privsolib_LTLIBRARIES instead of privlib_LTLIBRARIES (see ../ChangeLog). svn path=/trunk/; revision=29545
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ChangeLog4
-rw-r--r--a11y/Makefile.am2
-rw-r--r--a11y/addressbook/Makefile.am2
-rw-r--r--a11y/calendar/Makefile.am2
-rw-r--r--a11y/widgets/Makefile.am2
5 files changed, 7 insertions, 5 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 11b45da7bd..a758438bee 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -4,7 +4,9 @@
* addressbook/Makefile.am
* calendar/Makefile.am
* widgets/Makefile.am: Use the fake "bootstrap" libraries on Win32
- to get around circular dependencies. Use NO_UNDEFINED.
+ to get around circular dependencies. Use NO_UNDEFINED. Use
+ privsolib_LTLIBRARIES instead of privlib_LTLIBRARIES (see
+ ../ChangeLog).
* Makefile.am: No need to pass -I pointing to this directory
itself, all inclusions of headers from here are with
diff --git a/a11y/Makefile.am b/a11y/Makefile.am
index 960287aa70..0edcb07bca 100644
--- a/a11y/Makefile.am
+++ b/a11y/Makefile.am
@@ -11,7 +11,7 @@ endif
# for debug
#A11Y_CFLAGS += -pedantic -ansi -DACC_DEBUG -Werror
-privlib_LTLIBRARIES = libevolution-a11y.la
+privsolib_LTLIBRARIES = libevolution-a11y.la
INCLUDES = \
$(A11Y_CFLAGS)
diff --git a/a11y/addressbook/Makefile.am b/a11y/addressbook/Makefile.am
index 1f0c9ff08b..a4ccc5e056 100644
--- a/a11y/addressbook/Makefile.am
+++ b/a11y/addressbook/Makefile.am
@@ -4,7 +4,7 @@ WIN32_BOOTSTRAP_LIBS = \
$(top_builddir)/win32/libevolution-addressbook.la
endif
-privlib_LTLIBRARIES = libevolution-addressbook-a11y.la
+privsolib_LTLIBRARIES = libevolution-addressbook-a11y.la
INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-a11y\" \
diff --git a/a11y/calendar/Makefile.am b/a11y/calendar/Makefile.am
index 3ad2f85921..b033eeff17 100644
--- a/a11y/calendar/Makefile.am
+++ b/a11y/calendar/Makefile.am
@@ -9,7 +9,7 @@ WIN32_BOOTSTRAP_LIBS = \
$(top_builddir)/win32/libevolution-calendar.la
endif
-privlib_LTLIBRARIES = libevolution-calendar-a11y.la
+privsolib_LTLIBRARIES = libevolution-calendar-a11y.la
INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-a11y\" \
diff --git a/a11y/widgets/Makefile.am b/a11y/widgets/Makefile.am
index b2474bf640..81a21330fa 100644
--- a/a11y/widgets/Makefile.am
+++ b/a11y/widgets/Makefile.am
@@ -6,7 +6,7 @@ if OS_WIN32
WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libemiscwidgets.la
endif
-privlib_LTLIBRARIES = libevolution-widgets-a11y.la
+privsolib_LTLIBRARIES = libevolution-widgets-a11y.la
INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-a11y\" \