diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | b926ae5e77189c89bede6d205c3c78760f823516 (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /libversit/Makefile.am | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-GDM2_2_4_2_98.tar.gz gsoc2013-evolution-GDM2_2_4_2_98.tar.zst gsoc2013-evolution-GDM2_2_4_2_98.zip |
This commit was manufactured by cvs2svn to create tagGDM2_2_4_2_98
'GDM2_2_4_2_98'.
svn path=/tags/GDM2_2_4_2_98/; revision=21590
Diffstat (limited to 'libversit/Makefile.am')
-rw-r--r-- | libversit/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libversit/Makefile.am b/libversit/Makefile.am deleted file mode 100644 index 809eeaed80..0000000000 --- a/libversit/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -# Makefile for libversit.a - -# $Id: Makefile.am,v 1.13 2003/02/21 21:24:27 danw Exp $ - -VERSIT_SRC = \ - vcc.y \ - vcc.h \ - vobject.c \ - vobject.h \ - port.h \ - vcaltmp.c \ - vcaltmp.h - -privlib_LTLIBRARIES = libversit.la - -libversit_la_SOURCES = $(VERSIT_SRC) - -EXTRA_DIST = README.TXT vcaltest.c vctest.c - -YFLAGS=-pversit_ |