diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-10-05 14:46:51 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-10-12 10:46:53 +0200 |
commit | 551f0157fff7499a0316239365a042ad1c3a9c05 (patch) | |
tree | 13a8fe73d4f237d2016e35e5b666391c024ce96f /Makefile.am | |
parent | 7d7c9a0c0bdad8054ca10ff265c9c9b663781e2e (diff) | |
download | libkexiv2-551f0157fff7499a0316239365a042ad1c3a9c05.tar.gz libkexiv2-551f0157fff7499a0316239365a042ad1c3a9c05.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index eea8893..0000000 --- a/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.6.1 - -include admin/deps.am -include admin/Doxyfile.am - -COMPILE_FIRST = libkexiv2 libkipi libkdcraw -SUBDIRS=$(TOPSUBDIRS) |