diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | a3ac4cb41838503548cad1b83f529a61c9a390b2 (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /libical/src/test/Makefile.am | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-GDM2_2_4_2_96.tar.gz gsoc2013-evolution-GDM2_2_4_2_96.tar.zst gsoc2013-evolution-GDM2_2_4_2_96.zip |
This commit was manufactured by cvs2svn to create tagGDM2_2_4_2_96
'GDM2_2_4_2_96'.
svn path=/tags/GDM2_2_4_2_96/; revision=21058
Diffstat (limited to 'libical/src/test/Makefile.am')
-rw-r--r-- | libical/src/test/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libical/src/test/Makefile.am b/libical/src/test/Makefile.am deleted file mode 100644 index d4fa33c040..0000000000 --- a/libical/src/test/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ - -noinst_PROGRAMS = copycluster regression parser storage stow recur testmime testvcal process testclassify - -LDADD = ../libicalss/.libs/libicalss.a ../libicalvcal/.libs/libicalvcal.a ../libical/.libs/libical.a - -INCLUDES = \ - -I. \ - -I../libicalvcal \ - -I$(srcdir)/../libicalvcal \ - -I$(srcdir) \ - -I../libical \ - -I$(srcdir)/../libical \ - -I../libicalss \ - -I$(srcdir)/../libicalss - -copycluster_SOURCES = copycluster.c -regression_SOURCES = regression.c -parser_SOURCES = icaltestparser.c -storage_SOURCES = storage.c -stow_SOURCES = stow.c -testvcal_SOURCES = testvcal.c -recur_SOURCES = recur.c -testmime_SOURCES = testmime.c -process_SOURCES = process.c -testclassify_SOURCES = testclassify.c |