blob: 60aadedbddf6432ed5675d3520f9702f5f952ce2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
noinst_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
|