libreccm-legacy/tools/devel/xsd/Makefile.am

11 lines
171 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
xsldir = $(pkgdatadir)/xsd
xsl_DATA = $(wildcard *.xsd)
EXTRA_DIST = $(xsl_DATA)
# End of files