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