From 489d24b2d3e91762354023127fdaf384c2570427 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 27 Feb 2009 21:41:40 +0100 Subject: Dist templates Dist sample source structure - automake always deference symlinks, we need to find better way to handle the sample structure --- templates/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/Makefile.am (limited to 'templates/Makefile.am') diff --git a/templates/Makefile.am b/templates/Makefile.am new file mode 100644 index 0000000..45c3baf --- /dev/null +++ b/templates/Makefile.am @@ -0,0 +1,13 @@ +NULL = + +templatesdir = $(datadir)/cgg + +templates_DATA = \ + scripts-general.js \ + styles.css \ + template-album.tmpl \ + template-index.tmpl \ + template-view_photo.tmpl \ + $(NULL) + +EXTRA_DIST = $(templates_DATA) -- cgit v1.2.3