mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-11 07:40:55 +00:00
8 lines
193 B
Makefile
8 lines
193 B
Makefile
|
## Makefile.am -- Process this file with automake to produce Makefile.in
|
||
|
bin_PROGRAMS = lsyncd
|
||
|
lsyncd_SOURCES = lsyncd.c
|
||
|
|
||
|
datarootdir = @datarootdir@
|
||
|
|
||
|
EXTRA_DIST = config.h.in inotify-nosys.h
|