diff options
author | nobody <nobody@localhost> | 2000-11-07 05:40:14 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-11-07 05:40:14 +0800 |
commit | c6c54dad0f9b0c368bad019a31f48a56da0dd32a (patch) | |
tree | 786145ed8b82796d89e41d2ed37058c0097ace13 /libversit/Makefile.am | |
parent | b4c61eba8055f666fd8a2270879a6f9722faa2b3 (diff) | |
download | gsoc2013-evolution-GNUMERIC_0_60.tar.gz gsoc2013-evolution-GNUMERIC_0_60.tar.zst gsoc2013-evolution-GNUMERIC_0_60.zip |
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_60
'GNUMERIC_0_60'.
svn path=/tags/GNUMERIC_0_60/; revision=6446
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r-- | libversit/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am deleted file mode 100644 index 5d42636c1c..0000000000 --- a/libversit/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ - -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_ |