Removed outdated checks + created a new tool dir with the metadata tool scanner

This commit is contained in:
emeric
2018-05-11 13:57:28 +02:00
parent 070d466380
commit 868eca62c8
17 changed files with 149 additions and 1289 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ lms_SOURCES = \
$(srcdir)/utils/Path.cpp \
$(srcdir)/utils/Utils.cpp
lms_CXXFLAGS=-std=c++14 -Wall -I$(srcdir)/third-party -I$(srcdir)/ui $(MAGICKXX_CFLAGS) -D_REENTRANT
lms_CXXFLAGS=-std=c++14 -Wall -I$(srcdir)/ui $(MAGICKXX_CFLAGS) -D_REENTRANT
lms_LDADD=$(MAGICKXX_LIBS)