diff options
Diffstat (limited to 'modules/stars')
-rw-r--r-- | modules/stars/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/stars/Makefile.am b/modules/stars/Makefile.am new file mode 100644 index 0000000..e709e85 --- /dev/null +++ b/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../../ |