Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Hornstein committed Mar 8, 2016
1 parent 0dc7ba2 commit 8bed1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ bin_SCRIPTS = Startup agelog agelogs console startsrv
rtty_SOURCES = rtty.c connutil.c ttyprot.c misc.c rtty.h misc.h ttyprot.h
nodist_rtty_SOURCES = version.c

ttysrv_SOURCES = ttysrv.c ttyprot.c misc.c rtty.h misc.h ttyprot.h
ttysrv_SOURCES = ttysrv.c ttyprot.c connutil.c misc.c rtty.h misc.h ttyprot.h
nodist_ttysrv_SOURCES = version.c

EXTRA_DIST = Startup.sh agelog.sh agelogs.sh console.sh startsrv.sh

CLEANFILES = $(bin_SCRIPTS)
CLEANFILES = $(bin_SCRIPTS) version.c
$(bin_SCRIPTS): Makefile

.sh:
Expand Down

0 comments on commit 8bed1cb

Please sign in to comment.