aboutsummaryrefslogtreecommitdiffstats
path: root/libversit/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-11-12 08:11:22 +0800
committerChris Toshok <toshok@src.gnome.org>2003-11-12 08:11:22 +0800
commit3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a (patch)
treed145efa1c2ea56c5c00dd22aeaf316def486a426 /libversit/Makefile.am
parentb24eaafcb868b3fb1f0f0fa1bf93c6640160d203 (diff)
downloadgsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.tar
gsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.tar.gz
gsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.tar.bz2
gsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.tar.lz
gsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.tar.xz
gsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.tar.zst
gsoc2013-evolution-3a018af3a1b0aa4e4f662d9ec32f399ff38cb60a.zip
remove libversit from the build.
2003-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): remove libversit from the build. * configure.in (CERT_UI): change the libraries we link. (AC_OUTPUT): remove libversit/Makefile * libversit/*: nuke it all svn path=/trunk/; revision=23290
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r--libversit/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am
deleted file mode 100644
index 0fecd2963e..0000000000
--- a/libversit/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-# Makefile for libversit.a
-
-# $Id: Makefile.am,v 1.14 2003/10/24 13:05:56 danw Exp $
-
-VERSIT_SRC = \
- vcc.y \
- vcc.h \
- vobject.c \
- vobject.h \
- port.h \
- vcaltmp.c \
- vcaltmp.h
-
-privlib_LTLIBRARIES = libversit.la
-
-libversit_la_SOURCES = $(VERSIT_SRC)
-
-EXTRA_DIST = README.TXT vcaltest.c vctest.c
-
-AM_YFLAGS=-pversit_