blob: e234133fa351cc780cb57ea244857f87db07dedb [file] [log] [blame]
# Makefile for serializer plugins
SUBDIRS = url-encoded
if WITH_JSON_PARSER
SUBDIRS += json
endif
if WITH_YAML
SUBDIRS += yaml
endif