diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-26 07:43:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-26 07:43:55 +0800 |
commit | efdd8e72f9bae4ece3e94225f226efca4013863f (patch) | |
tree | 8934951a3c3a7a208cdaf28f4018ae539a8a3342 /camel/Makefile.am | |
parent | ef4fa34d9d6d951f7414077e63c3016345505a6b (diff) | |
download | gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.gz gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.bz2 gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.lz gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.xz gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.zst gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.zip |
[Patch for Automake 1.5 compatibility pointed out by Richard
Boulton <richard@tartarus.org>, as per #9258.]
* providers/nntp/Makefile.am: Remove some commented parts that
make Automake 1.5 choke.
* Makefile.am (camel-lock-helper): Add $(EXEEXT) for Automake 1.5
compatibility.
svn path=/trunk/; revision=13137
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 50d1bd2453..2d56192d2a 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -205,7 +205,7 @@ libcamel_static_la_SOURCES = $(libcamel_la_SOURCES) libcamel_static_la_LIBADD = $(libcamel_la_LIBADD) libcamel_static_la_LDFLAGS = --all-static -camel-lock-helper: camel-lock-helper.o camel-lock.o +camel-lock-helper($EXEEXT): camel-lock-helper.o camel-lock.o $(CC) -o $@ $^ -I$(srcdir)/.. -I$(srcdir) install-exec-hook: |