summaryrefslogtreecommitdiff
path: root/src/modules/stars/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-02-27 20:15:16 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-02-27 20:15:16 -0800
commitf6991fdd218ab15ed4a6d9501181f55053499a05 (patch)
treebaa394262308bd7356365db45b21b9327e06e415 /src/modules/stars/Makefile.am
parent7903b3b871493425be4b6573d3609abe98408af6 (diff)
autotools: remove vestigial ROTOTILLER_* vars
Fixes silly cosmetic error in configure output for checking libdrm...
Diffstat (limited to 'src/modules/stars/Makefile.am')
-rw-r--r--src/modules/stars/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/stars/Makefile.am b/src/modules/stars/Makefile.am
index f1344a8..e72891e 100644
--- a/src/modules/stars/Makefile.am
+++ b/src/modules/stars/Makefile.am
@@ -1,4 +1,3 @@
noinst_LIBRARIES = libstars.a
libstars_a_SOURCES = draw.h stars.c starslib.c starslib.h
-libstars_a_CFLAGS = @ROTOTILLER_CFLAGS@
-libstars_a_CPPFLAGS = @ROTOTILLER_CFLAGS@ -I@top_srcdir@/src
+libstars_a_CPPFLAGS = -I@top_srcdir@/src
© All Rights Reserved