summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d9f8a72..b7acbeb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
bin_PROGRAMS = demoscene-eo
-demoscene_eo_SOURCES = demoscene-eo.c scene00.c scene01.c scene02.c
+demoscene_eo_SOURCES = demoscene-eo.c utils.c scene00.c scene01.c scene02.c
server-local: demoscene-eo
xterm -e $(SHELL) -c "sleep 1; nc -v localhost 51914; exec $(SHELL)" &