diff options
author | Dan Winship <danw@src.gnome.org> | 2002-07-22 23:35:36 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-07-22 23:35:36 +0800 |
commit | 1e79524cbbd43ed9d4f9c22079e228cc254f23fb (patch) | |
tree | 4e9a0fccb03283255e30f5b595458093b11c18f8 /libversit | |
parent | 3be22927c9e78febdd6206c2866703128e27e116 (diff) | |
download | gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.gz gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.tar.zst gsoc2013-evolution-1e79524cbbd43ed9d4f9c22079e228cc254f23fb.zip |
Check if we're trying to build with the old libversit module borrowed from
* configure.in: Check if we're trying to build with the old
libversit module borrowed from gnome-pim instead of our own new
one, and refuse to build if so.
* libversit/Makefile.am: Remove libversit.la stuff since we don't
want it and it messes up the build slightly.
svn path=/trunk/; revision=17526
Diffstat (limited to 'libversit')
-rw-r--r-- | libversit/.cvsignore | 3 | ||||
-rw-r--r-- | libversit/Makefile.am | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libversit/.cvsignore b/libversit/.cvsignore new file mode 100644 index 0000000000..1b997b3df8 --- /dev/null +++ b/libversit/.cvsignore @@ -0,0 +1,3 @@ +Makefile.in +Makefile +vcc.c diff --git a/libversit/Makefile.am b/libversit/Makefile.am index 60ce4a41d1..40bdc48f36 100644 --- a/libversit/Makefile.am +++ b/libversit/Makefile.am @@ -1,6 +1,6 @@ # Makefile for libversit.a -# $Id: Makefile.am,v 1.11 2002/07/17 21:03:11 peterw Exp $ +# $Id: Makefile.am,v 1.12 2002/07/22 15:35:36 danw Exp $ VERSIT_SRC = \ vcc.y \ @@ -12,10 +12,8 @@ VERSIT_SRC = \ vcaltmp.h privlib_LIBRARIES = libversit.a -noinst_LTLIBRARIES = libversit_lt.la libversit_a_SOURCES = $(VERSIT_SRC) -libversit_lt_la_SOURCES = $(VERSIT_SRC) EXTRA_DIST = README.TXT vcaltest.c vctest.c |