diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-10-09 03:21:51 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-10-09 03:21:51 +0800 |
commit | f1d9513767d88c68505af3564acc54388c9cc6ce (patch) | |
tree | fcf151dc48894840e3054ee8a39316cb0c042ace /camel/Makefile.am | |
parent | 182bac9d134bba25fa3b576aea1b5fd32c06faad (diff) | |
download | gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.tar gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.tar.gz gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.tar.bz2 gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.tar.lz gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.tar.xz gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.tar.zst gsoc2013-evolution-f1d9513767d88c68505af3564acc54388c9cc6ce.zip |
weekly commit
svn path=/trunk/; revision=1322
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 8bc72c829e..474718ddf5 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -98,6 +98,8 @@ libcamelinclude_HEADERS = \ url-util.h \ $(pthread_HDR) +libcamel_extra_sources = \ + camel-arg-collector.c libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) |