X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/372c088b3d4a74b3f2b9881c9a1eb36028bf44e9..f0704cba12e437bbe72744281af71ec19951db46:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c3efff6..c736530 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,13 +29,13 @@ endif EXTRA_DIST += doc/rrace-motif.1 -noinst_HEADERS = conf_post.h src/version.h +noinst_HEADERS = conf_post.h src/version.h src/icon.h src/ewmhicon.h rrace_curses_SOURCES = common/src/help.c src/game.c src/version.c rrace_curses_LDADD = $(libcursesmain_a_OBJECTS) libgnu.a $(CURSES_LIBS) rrace_motif_SOURCES = src/game.c src/x11.c src/game.h src/motif.h \ - src/colour.h src/ewmhicon.c src/ewmhicon.h \ + src/colour.h src/ewmhicon.c src/icon.c \ src/version.c src/xcounter.c src/xcounter.h rrace_motif_LDADD = $(libmotifmain_a_OBJECTS) $(libmotifui_a_OBJECTS) \ $(libglohelp_a_OBJECTS) libgnu.a $(MOTIF_LIBS) \ @@ -98,7 +98,7 @@ t_boardbit_SOURCES = t/boardbit.c t_boardbit_LDADD = libgnu.a $(t_boardbit_OBJECTS): $(gnulib_headers) -t_ewmhicon_SOURCES = t/ewmhicon.c src/ewmhicon.c common/src/help.c +t_ewmhicon_SOURCES = t/ewmhicon.c src/ewmhicon.c src/icon.c common/src/help.c t_ewmhicon_LDADD = libgnu.a $(MOTIF_LIBS) $(t_ewmhicon_OBJECTS): $(gnulib_headers)