diff --git a/src/Makefile.am b/src/Makefile.am index 21cc0fd0..7aaebf29 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -113,6 +113,7 @@ ___test_test_parse_osmchange_input_CPPFLAGS=$(AM_CPPFLAGS) $(CATCH2_CPPFLAGS) ___test_test_parse_osmchange_input_SOURCES=\ ../test/test_parse_osmchange_input.cpp +___test_test_parse_changeset_input_CPPFLAGS=$(AM_CPPFLAGS) $(CATCH2_CPPFLAGS) ___test_test_parse_changeset_input_SOURCES=\ ../test/test_parse_changeset_input.cpp