diff options
author | JP Rosevear <jpr@src.gnome.org> | 2003-11-19 00:33:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-19 00:33:30 +0800 |
commit | 58f1b46675ef29528f51e5c44fe0e087bda5d82d (patch) | |
tree | 725648cf84182762d9dc2ac5846b233203411d59 /libical/src/test/Makefile.am | |
parent | b47685534d7e5738d712962334537bb329831b9e (diff) | |
download | gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.gz gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.bz2 gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.lz gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.xz gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.tar.zst gsoc2013-evolution-58f1b46675ef29528f51e5c44fe0e087bda5d82d.zip |
Remove libical from this tree, it resides in e-d-s now.
svn path=/trunk/; revision=23417
Diffstat (limited to 'libical/src/test/Makefile.am')
-rw-r--r-- | libical/src/test/Makefile.am | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/libical/src/test/Makefile.am b/libical/src/test/Makefile.am deleted file mode 100644 index e1824b064c..0000000000 --- a/libical/src/test/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ -if WITH_CXX_BINDINGS -cxx_inc=-DWITH_CXX_BINDINGS -cxx_libs=../libical/libical-evolution_cxx.la -regression_cxx = regression-cxx.cpp -else -cxx_inc= -cxx_libs= -regression_cxx = -AM_CXX=@CC@ -endif - -if WITH_BDB4 -bdb4_inc=-DWITH_BDB -I@BDB_DIR@/include -bdb4_libs=@BDB_DIR_LIB@/@BDB_LIB@ -else -bdb4_inc= -bdb4_libs= -endif - -noinst_PROGRAMS = copycluster regression parser stow recur testmime testvcal process - -LDADD = ../libicalss/libicalss-evolution.la ../libicalvcal/libicalvcal-evolution.la $(cxx_libs) ../libical/libical-evolution.la $(bdb4_libs) - -LIBS = @PTHREAD_LIBS@ - -INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/src \ - $(cxx_inc) $(bdb4_inc) - -TESTS=regression -copycluster_SOURCES = copycluster.c -regression_SOURCES = \ - regression.c \ - regression.h \ - regression-component.c \ - regression-classify.c \ - regression-utils.c \ - regression-recur.c \ - regression-storage.c \ - $(regression_cxx) - -parser_SOURCES = icaltestparser.c -stow_SOURCES = stow.c -testvcal_SOURCES = testvcal.c -recur_SOURCES = recur.c -testmime_SOURCES = testmime.c -process_SOURCES = process.c |