diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 453b5f5..3cf6686 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ bin_PROGRAMS = tower-of-hanoi-curses -tower_of_hanoi_curses_SOURCES = main.c holder.c holder.h ring.h +tower_of_hanoi_curses_SOURCES = main.c tower.c tower.h ring.c ring.h tower_of_hanoi_curses_LDADD = @CURSES_LIBS@ tower_of_hanoi_curses_CPPFLAGS = @CURSES_CFLAGS@ |