summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2017-01-04 01:12:50 -0500
committerHubert Figuière <hub@figuiere.net>2017-01-07 16:30:11 -0500
commit59d7d517d6eaa06a4fc3e86cf2c50b9a3ef9248a (patch)
tree2fbbcc11953ae7cd2b015326f572ee987d4c51da
parent27e6399e3ca1c27c3529b7c66ff185ea1d2053db (diff)
2.4.0 build: Fix make distcheck and run it on travis
-rw-r--r--.travis.yml2
-rw-r--r--XMPFiles/source/FileHandlers/Makefile.am2
-rw-r--r--exempi/tests/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b04c954..bb8abfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,4 +31,4 @@ addons:
script:
- ./autogen.sh
- make
- - make check \ No newline at end of file
+ - make distcheck
diff --git a/XMPFiles/source/FileHandlers/Makefile.am b/XMPFiles/source/FileHandlers/Makefile.am
index 071aaf1..05a7809 100644
--- a/XMPFiles/source/FileHandlers/Makefile.am
+++ b/XMPFiles/source/FileHandlers/Makefile.am
@@ -71,6 +71,6 @@ XDCAMFAM_Handler.cpp XDCAMFAM_Handler.hpp\
XDCAMSAM_Handler.cpp XDCAMSAM_Handler.hpp\
WAVE_Handler.cpp WAVE_Handler.hpp \
GIF_Handler.cpp GIF_Handler.hpp \
-WEBP_Handler.cpp WEB_Handler.hpp
+WEBP_Handler.cpp WEBP_Handler.hpp
$(NULL)
diff --git a/exempi/tests/Makefile.am b/exempi/tests/Makefile.am
index 92c94e9..45c68d3 100644
--- a/exempi/tests/Makefile.am
+++ b/exempi/tests/Makefile.am
@@ -56,7 +56,7 @@ check_DATA = test1.xmp fdo18635.jpg fdo83313.jpg
noinst_HEADERS = utils.h
EXTRA_DIST = $(check_DATA) $(check_SCRIPTS)
-CLEANFILES = test.jpg
+CLEANFILES = test.jpg test.webp
AM_CXXFLAGS = @BOOST_CPPFLAGS@
AM_CPPFLAGS = -I$(srcdir)/.. -I$(top_srcdir)/public/include -I$(top_srcdir)