summaryrefslogtreecommitdiff
path: root/templates/fluid/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'templates/fluid/Makefile.am')
-rw-r--r--templates/fluid/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/fluid/Makefile.am b/templates/fluid/Makefile.am
new file mode 100644
index 0000000..edfc559
--- /dev/null
+++ b/templates/fluid/Makefile.am
@@ -0,0 +1,15 @@
+NULL =
+
+templatesdir = $(datadir)/cgg/fluid
+
+templates_DATA = \
+ fluid.xml \
+ fonts.css \
+ styles.css \
+ scripts.js \
+ template_album.html \
+ template_index.html \
+ emblems-readonly_120.png \
+ $(NULL)
+
+EXTRA_DIST = $(templates_DATA)