diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 77903d5d2dae4654b2cc137323e3e08e606a0417 (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /libversit/Makefile.am | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-pan-0-12-90.tar.gz gsoc2013-evolution-pan-0-12-90.tar.zst gsoc2013-evolution-pan-0-12-90.zip |
This commit was manufactured by cvs2svn to create tag 'pan-0-12-90'.pan-0-12-90
svn path=/tags/pan-0-12-90/; revision=16914
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r-- | libversit/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am deleted file mode 100644 index a102d1be3e..0000000000 --- a/libversit/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -# Makefile for libversit.a - -# $Id: Makefile.am,v 1.10 2002/04/23 16:44:40 srittau Exp $ - -VERSIT_SRC = \ - vcc.y \ - vcc.h \ - vobject.c \ - vobject.h \ - port.h \ - vcaltmp.c \ - vcaltmp.h - -noinst_LIBRARIES = libversit.a -noinst_LTLIBRARIES = libversit_lt.la - -libversit_a_SOURCES = $(VERSIT_SRC) -libversit_lt_la_SOURCES = $(VERSIT_SRC) - -EXTRA_DIST = README.TXT vcaltest.c vctest.c - -YFLAGS=-pversit_ |