From 7f9ee536ab715c3799d6d9b58fcee5db1949f76a Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Wed, 17 Nov 2010 19:21:11 +0000 Subject: [PATCH] b2 with examples --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0959cdd..9e921e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ lsyncd_LDADD = $(LIBLUA_LIBS) exampledir = $(datarootdir)/doc/@PACKAGE@ dist_example_DATA = \ examples/lbash.lua \ + examples/lecho.lua \ + examples/lgforce.lua \ examples/limagemagic.lua \ examples/lrsync.lua \ examples/lrsyncssh.lua