* libversit: changed to be a .la file instead of .a, this allows lib*_conduit to use the library. * gncal/calendar-conduit: implemented iterate and iterate_specific. * gncal/corba-cal: fixed warnings. svn path=/trunk/; revision=1239
14 lines
188 B
Makefile
14 lines
188 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
|