From ebaacbbb4af1e4445c015f7133b337b698185ba7 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Mon, 16 Dec 2019 16:15:27 -0800 Subject: stars: fix bugs, big refactor for resizing - use a context not globals - use floats and a "unit cube" to simulate the starfield --- src/modules/stars/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/stars/Makefile.am') diff --git a/src/modules/stars/Makefile.am b/src/modules/stars/Makefile.am index e72891e..20ee80e 100644 --- a/src/modules/stars/Makefile.am +++ b/src/modules/stars/Makefile.am @@ -1,3 +1,3 @@ noinst_LIBRARIES = libstars.a -libstars_a_SOURCES = draw.h stars.c starslib.c starslib.h +libstars_a_SOURCES = draw.h stars.c libstars_a_CPPFLAGS = -I@top_srcdir@/src -- cgit v1.2.3