]> git.draconx.ca Git - rrace.git/blobdiff - Makefile.am
Implement the about dialog.
[rrace.git] / Makefile.am
index 15f3a5d3901ca14ba2c84acc7cfeff93872d307b..887411a72c17f733024ff44edae6f59fed9a30af 100644 (file)
@@ -22,9 +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/xcounter.c src/xcounter.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)