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 | e05eeffb4b05605d9e8c30bd3235cf4546a1872a (patch) | |
tree | 112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /libversit/Makefile.am | |
parent | 0bdf8fdb5529e6cda86403085c1f6870796404d3 (diff) | |
download | gsoc2013-evolution-EOG_0_116_1.tar.gz gsoc2013-evolution-EOG_0_116_1.tar.zst gsoc2013-evolution-EOG_0_116_1.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_0_116_1'.EOG_0_116_1
svn path=/tags/EOG_0_116_1/; revision=16024
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_ |