diff options
author | nobody <nobody@localhost> | 2001-09-17 12:32:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-09-17 12:32:38 +0800 |
commit | 4f2abf579ec022b1eaffddd95c361040f9891878 (patch) | |
tree | 6f31e70927858f2bafcfc481e337a665090bdb8e /libversit/Makefile.am | |
parent | 169d9ae19a0eb165edc757eca753a757a02f60f7 (diff) | |
download | gsoc2013-evolution-GTKHTML_0_13_0.tar gsoc2013-evolution-GTKHTML_0_13_0.tar.gz gsoc2013-evolution-GTKHTML_0_13_0.tar.bz2 gsoc2013-evolution-GTKHTML_0_13_0.tar.lz gsoc2013-evolution-GTKHTML_0_13_0.tar.xz gsoc2013-evolution-GTKHTML_0_13_0.tar.zst gsoc2013-evolution-GTKHTML_0_13_0.zip |
This commit was manufactured by cvs2svn to create tagGTKHTML_0_13_0
'GTKHTML_0_13_0'.
svn path=/tags/GTKHTML_0_13_0/; revision=12884
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_ |