2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
14 lines
187 B
Makefile
14 lines
187 B
Makefile
|
|
noinst_LTLIBRARIES = libversit.la
|
|
|
|
libversit_la_SOURCES = \
|
|
vcc.y \
|
|
vcc.h \
|
|
vobject.c \
|
|
vobject.h \
|
|
port.h \
|
|
vcaltmp.c \
|
|
vcaltmp.h
|
|
|
|
EXTRA_DIST = README.TXT vcaltest.c vctest.c
|