* 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
21 lines
316 B
Makefile
21 lines
316 B
Makefile
# Makefile for libversit.a
|
|
|
|
# $Id: Makefile.am,v 1.12 2002/07/22 15:35:36 danw Exp $
|
|
|
|
VERSIT_SRC = \
|
|
vcc.y \
|
|
vcc.h \
|
|
vobject.c \
|
|
vobject.h \
|
|
port.h \
|
|
vcaltmp.c \
|
|
vcaltmp.h
|
|
|
|
privlib_LIBRARIES = libversit.a
|
|
|
|
libversit_a_SOURCES = $(VERSIT_SRC)
|
|
|
|
EXTRA_DIST = README.TXT vcaltest.c vctest.c
|
|
|
|
YFLAGS=-pversit_
|