diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-01 06:44:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-01 06:44:27 +0800 |
commit | e923674e247e076b0e90ac493c68db59c8edf211 (patch) | |
tree | 24d635f1caced1ad13adc2bc894ec597234ef8cb /calendar/gui/Makefile.am | |
parent | ce6b94f8b825ff1c26916555a0157d21cc32dfe4 (diff) | |
download | gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.gz gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.tar.zst gsoc2013-evolution-e923674e247e076b0e90ac493c68db59c8edf211.zip |
build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H),
* gui/dialogs/Makefile.am: build libcal-dialogs as an uninstalled
shared library
($(IDL_GENERATED_H), etc): Only generate
Evolution-Addressbook-SelectNames.h, not the corresponding .c
files, or we'll get duplicate symbol errors trying to link this
into libevolution_calendar.la
* gui/Makefile.am (libevolution_calendar_la_LIBADD): Update for
that (and eliminate libtool portability warnings)
svn path=/trunk/; revision=20114
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index a750c1321e..d513ed4901 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -186,7 +186,7 @@ libevolution_calendar_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/calendar/cal-client/libcal-client.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ - dialogs/libcal-dialogs.a \ + $(top_builddir)/calendar/gui/dialogs/libcal-dialogs.la \ $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(EVOLUTION_CALENDAR_LIBS) |