From 3764ef39bbf3b31643e6e1ba0a3948f35626b1da Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Sun, 14 Nov 2010 14:13:15 +0000 Subject: [PATCH] --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index deaca6a..bf70df9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,12 @@ CFLAGS = -Wall $(LIBLUA_CFLAGS) bin_PROGRAMS = lsyncd lsyncd_SOURCES = lsyncd.c lsyncd_LDADD = $(LIBLUA_LIBS) +exampledir = $(datarootdir)/doc/@PACKAGE@ +example_DATA = \ + examples/lbash.lua \ + examples/limagemagic.lua \ + examples/lrsync.lua \ + examples/lrsyncssh.lua if RUNNER