diff options
Diffstat (limited to 'html/Makefile.am')
-rw-r--r-- | html/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/html/Makefile.am b/html/Makefile.am new file mode 100644 index 0000000..5bb713c --- /dev/null +++ b/html/Makefile.am @@ -0,0 +1,13 @@ + +EXTRA_DIST = ajax static + +htmldir = $(datadir)/rrdui/ +nobase_html_DATA = \ + ajax/action-date.gif \ + ajax/action-next.gif \ + ajax/action-prev.gif \ + ajax/action-zoom.gif \ + ajax/frame.html \ + ajax/index.html \ + ajax/rrdui.js \ + ajax/style.css |