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 | a2c6b91b50d3c6dafa94d0af953b7c3f62abb27e (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /libversit/Makefile.am | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-GDM2_2_4_0_5.tar.gz gsoc2013-evolution-GDM2_2_4_0_5.tar.zst gsoc2013-evolution-GDM2_2_4_0_5.zip |
This commit was manufactured by cvs2svn to create tag 'GDM2_2_4_0_5'.GDM2_2_4_0_5
svn path=/tags/GDM2_2_4_0_5/; revision=16818
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_ |