diff options
author | nobody <nobody@localhost> | 2002-03-10 23:35:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-03-10 23:35:38 +0800 |
commit | 9a53dd532f77a28bbdcb97ea62cf1744044b802c (patch) | |
tree | 112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /libversit/Makefile.am | |
parent | 0bdf8fdb5529e6cda86403085c1f6870796404d3 (diff) | |
download | gsoc2013-evolution-GNOME_SPELL_0_5.tar.gz gsoc2013-evolution-GNOME_SPELL_0_5.tar.zst gsoc2013-evolution-GNOME_SPELL_0_5.zip |
This commit was manufactured by cvs2svn to create tagGNOME_SPELL_0_5
'GNOME_SPELL_0_5'.
svn path=/tags/GNOME_SPELL_0_5/; revision=16049
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_ |