From 8340689e4a19748936e4a192390f87e8393f24d7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2005 18:26:08 +0000 Subject: Makefile.am addressbook/Makefile.am calendar/Makefile.am Use 2005-06-18 Tor Lillqvist * 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 --- a11y/ChangeLog | 4 +++- a11y/Makefile.am | 2 +- a11y/addressbook/Makefile.am | 2 +- a11y/calendar/Makefile.am | 2 +- a11y/widgets/Makefile.am | 2 +- 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\" \ -- cgit v1.2.3