diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-20 22:15:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-20 22:15:01 +0800 |
commit | ce7537b495a3788d9bda4b6a783a5c3d95309926 (patch) | |
tree | cac89cbcb4684c9f3ed8785170804912379b22b1 /calendar | |
parent | 9e98dc9bd9b0b17656a99ad90f32fea035e6e61a (diff) | |
download | gsoc2013-evolution-ce7537b495a3788d9bda4b6a783a5c3d95309926.tar.gz gsoc2013-evolution-ce7537b495a3788d9bda4b6a783a5c3d95309926.tar.zst gsoc2013-evolution-ce7537b495a3788d9bda4b6a783a5c3d95309926.zip |
Don't install libcal-gui.so.
Diffstat (limited to 'calendar')
-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 8c6c98f61f..0f669eee4f 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -45,7 +45,7 @@ etspec_DATA = \ e-cal-list-view.etspec \ e-memo-table.etspec -privsolib_LTLIBRARIES = libcal-gui.la +noinst_LTLIBRARIES = libcal-gui.la # Removed from SOURCES # cal-search-bar.c |