diff options
author | Hans Petter Jansson <hpj@novell.com> | 2005-02-01 07:58:48 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2005-02-01 07:58:48 +0800 |
commit | f9c9e03c548e296037e0fcb92ce6107a8a56abf2 (patch) | |
tree | d7f3a52566c54b6cfe1fcf69f78dfa135ab690af /calendar | |
parent | 3734fe16025ee5fd793c8eeaff4957b5078b6c48 (diff) | |
download | gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.tar gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.tar.gz gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.tar.bz2 gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.tar.lz gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.tar.xz gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.tar.zst gsoc2013-evolution-f9c9e03c548e296037e0fcb92ce6107a8a56abf2.zip |
Remove the -module flag, this isn't supposed to be a module.
2005-01-31 Hans Petter Jansson <hpj@novell.com>
* common/Makefile.am (libevolution_calendarprivate_la_LDFLAGS):
Remove the -module flag, this isn't supposed to be a module.
svn path=/trunk/; revision=28647
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/common/Makefile.am b/calendar/common/Makefile.am index 8b0dbdb9e5..2a9e84ab84 100644 --- a/calendar/common/Makefile.am +++ b/calendar/common/Makefile.am @@ -25,4 +25,4 @@ libevolution_calendarprivate_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(EVOLUTION_CALENDAR_LIBS) -libevolution_calendarprivate_la_LDFLAGS = -avoid-version -module +libevolution_calendarprivate_la_LDFLAGS = -avoid-version |