summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ebbd287..23352ae 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,5 @@
+EXTRA_DIST = include
+
bin_PROGRAMS = simple-snake
simple_snake_SOURCES = body.c draw.c
simple_snake_LDADD = -lncurses -lm
diff --git a/src/Makefile.in b/src/Makefile.in
index a5ae1f3..de42608 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -246,6 +246,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
+EXTRA_DIST = include
simple_snake_SOURCES = body.c draw.c
simple_snake_LDADD = -lncurses -lm
all: all-am