blob: 5d42636c1cdf9c948e57fc18b2c38601247a80fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
YFLAGS=-pversit_
|