diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 23:51:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 23:51:01 +0800 |
commit | 5f7a40affc0cbceac3227fe77ae7d07b90b25067 (patch) | |
tree | 23600b0ec65a1e2381f491c94a13f4386f6bf1c3 /camel/Makefile.am | |
parent | 753e37deb7611621dfed0b869966cd59dcfa8e2a (diff) | |
download | gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.tar gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.tar.gz gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.tar.bz2 gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.tar.lz gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.tar.xz gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.tar.zst gsoc2013-evolution-5f7a40affc0cbceac3227fe77ae7d07b90b25067.zip |
Make `make distcheck' work.
svn path=/trunk/; revision=1397
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 63303f4384..8e74253eac 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -96,6 +96,7 @@ libcamelinclude_HEADERS = \ camel-stream-fs.h \ camel-stream-mem.h \ data-wrapper-repository.h \ + gmime-base64.h \ gmime-content-field.h \ gmime-utils.h \ gstring-util.h \ @@ -106,10 +107,11 @@ libcamelinclude_HEADERS = \ camel-exception-list.def \ $(pthread_HDR) -libcamel_extra_sources = \ +libcamel_extra_sources = \ camel-arg-collector.c libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) - -EXTRA_DIST = README +EXTRA_DIST = \ + $(libcamel_extra_sources) \ + README |