This commit is contained in:
Axel Kittenberger 2010-11-14 14:13:15 +00:00
parent 71984d8bc6
commit 3764ef39bb
1 changed files with 6 additions and 0 deletions

View File

@ -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