blob: fe07653f19fc150ccbdd726714ce3f4b7e7dc985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_noinst_DATA = \
README.md \
web/lib/jasmine-jquery.js \
web/easypiechart.chart.spec.js \
web/easypiechart.percentage.spec.js \
web/karma.conf.js \
web/fixtures/easypiechart.chart.fixture1.html \
node.d/fronius.chart.spec.js \
node.d/fronius.parse.spec.js \
node.d/fronius.process.spec.js \
node.d/fronius.validation.spec.js \
$(NULL)
dist_noinst_SCRIPTS = \
stress.sh \
$(NULL)
|