summaryrefslogtreecommitdiff
path: root/src/modules/stars/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/stars/Makefile.am')
-rw-r--r--src/modules/stars/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/stars/Makefile.am b/src/modules/stars/Makefile.am
new file mode 100644
index 0000000..2e2c243
--- /dev/null
+++ b/src/modules/stars/Makefile.am
@@ -0,0 +1,4 @@
+noinst_LIBRARIES = libstars.a
+libstars_a_SOURCES = draw.h stars.c stars.h starslib.c starslib.h
+libstars_a_CFLAGS = @ROTOTILLER_CFLAGS@
+libstars_a_CPPFLAGS = @ROTOTILLER_CFLAGS@ -I@top_srcdir@/src
© All Rights Reserved