mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 09:04:05 +00:00
This commit is contained in:
parent
71984d8bc6
commit
3764ef39bb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user