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

11 lines
162 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
jarsdir = $(pkgdatadir)/lib
jars_DATA = *.jar
EXTRA_DIST = $(jars_DATA)
# End of files