summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 2f974e3673660e227ec78a64394c94afa95d0544 (plain)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS = inotifywait inotifywatch
inotifywait_SOURCES = inotifywait.c common.c common.h
inotifywatch_SOURCES = inotifywatch.c common.c common.h

AM_CFLAGS = -std=c99 -I../libinotifytools/src -L../libinotifytools/src
LDADD = ../libinotifytools/src/libinotifytools.la

dist-hook:
	touch -d '2 days ago' $(distdir)/*