blob: 05de8da370d198467ef2ca52cbd6d0c887ec04cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
lib_LIBRARIES = libversit.a
libversit_a_SOURCES = \
vcc.y \
vcc.h \
vobject.c \
vobject.h \
port.h \
vcaltmp.c \
vcaltmp.h
EXTRA_DIST = README.TXT vcaltest.c vctest.c
|