diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-10-02 11:39:51 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-10-02 11:39:51 +0200 |
commit | a9a88a04a1cd125ed5de72fe281d00c92fc17fb3 (patch) | |
tree | 4c449392d28e958560030f331b9b9fdc5bc0776f /test/Makefile.am | |
parent | 56b524167a51840143c4a2c64df8ca873b77e82b (diff) | |
download | libcaldav-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 <gregory-tde@laposte.net>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Makefile.am b/test/Makefile.am deleted file mode 100644 index 8cd5e9c..0000000 --- a/test/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -AUTOMAKE_OPTIONS = gnu - -SUBDIRS = \ - ics \ - src \ - unittest - -EXTRA_DIST = |