aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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\" \