X-Git-Url: https://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/ec2e7b448d7d0d404c0b3102c5b25ac9464d9fc5..da31028b3c2dfdb4d203fd9481568fe01d16926e:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 60ec476..887411a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,12 @@ bin_PROGRAMS = rrace-motif dist_man_MANS = doc/rrace-motif.1 endif +noinst_HEADERS = conf_post.h + 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/ewmhicon.h \ + src/version.c src/version.h src/xcounter.c \ + src/xcounter.h rrace_motif_LDADD = $(libmotifmain_a_OBJECTS) $(libmotifui_a_OBJECTS) \ $(libglohelp_a_OBJECTS) libgnu.a $(MOTIF_LIBS) \ $(LIB_CLOCK_GETTIME) $(LIB_GETHRXTIME)