diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
commit | fec6336699f34758d3e6cb41b2edf902fedb9035 (patch) | |
tree | 8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /src/test/Makefile.am | |
parent | 7dbffd7e2b0067e834801617c5c486e3177f6709 (diff) | |
download | libical-fec6336699f34758d3e6cb41b2edf902fedb9035.tar.gz |
libical-1.0HEADlibical-1.0master
Diffstat (limited to 'src/test/Makefile.am')
-rw-r--r-- | src/test/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 8b48493..6305bd4 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -28,9 +28,10 @@ endif if OS_WIN32 else STOW = stow +TIMEZONES = timezones endif -check_PROGRAMS = copycluster regression parser $(STOW) recur testmime testvcal process timezones +check_PROGRAMS = copycluster regression parser $(STOW) recur testmime testvcal process $(TIMEZONES) LDADD = ../libicalss/libicalss.la ../libicalvcal/libicalvcal.la $(cxx_libs) ../libical/libical.la $(bdb4_libs) @@ -43,6 +44,7 @@ INCLUDES = \ -I$(top_srcdir)/src/libical \ -I$(top_builddir)/src/libical \ -I$(top_builddir)/src/libicalss \ + -I$(top_srcdir)/src/libicalss \ -DTEST_DATADIR=\"$(top_srcdir)/test-data\" \ $(cxx_inc) $(bdb4_inc) @@ -59,3 +61,5 @@ CLEANFILES = \ clean-local: rm -rf calendar + +distclean: clean
\ No newline at end of file |