Skip to content

Commit

Permalink
Don't include crap in dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Jun 5, 2015
1 parent 83c9139 commit f6f0a5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ CLEANFILES = parse.c parse.h

EXTRA_DIST = \
README \
examples compat \
examples compat/*.[ch] \
array.h \
logfmon.h \
event-inotify.c \
event-kqueue.c \
event-linux.c
dist-hook:
make clean

CPPFLAGS += \
-DSYSCONFFILE="\"$(sysconfdir)/logfmon.conf\"" \
Expand Down

0 comments on commit f6f0a5c

Please sign in to comment.