summaryrefslogtreecommitdiffstats
path: root/test/ics/Makefile.am
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-10-02 11:39:51 +0200
committergregory guy <[email protected]>2020-10-02 11:39:51 +0200
commita9a88a04a1cd125ed5de72fe281d00c92fc17fb3 (patch)
tree4c449392d28e958560030f331b9b9fdc5bc0776f /test/ics/Makefile.am
parent56b524167a51840143c4a2c64df8ca873b77e82b (diff)
downloadlibcaldav-a9a88a04a1cd125ed5de72fe281d00c92fc17fb3.tar.gz
libcaldav-a9a88a04a1cd125ed5de72fe281d00c92fc17fb3.zip
Drop automake build support.
Add basic cmake build instructions. Deleted NEWS (no real content). Rework of the README file. Some cosmetics. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'test/ics/Makefile.am')
-rw-r--r--test/ics/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/ics/Makefile.am b/test/ics/Makefile.am
deleted file mode 100644
index abcaa36..0000000
--- a/test/ics/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-AUTOMAKE_OPTIONS = gnu
-
-caldav_test_filedir = $(docdir)/ics
-caldav_test_file_DATA = \
- add.ics \
- delete.ics \
- modify.ics
-
-EXTRA_DIST = \
- add.ics \
- delete.ics \
- modify.ics
-