summaryrefslogtreecommitdiff
path: root/src/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/Makefile.am
parent7903b3b871493425be4b6573d3609abe98408af6 (diff)
autotools: remove vestigial ROTOTILLER_* vars
Fixes silly cosmetic error in configure output for checking libdrm...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 85f8214..3d6b8bc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,4 @@
SUBDIRS = modules
bin_PROGRAMS = rototiller
rototiller_SOURCES = drm_fb.c fb.c fb.h fps.c fps.h rototiller.c rototiller.h sdl_fb.c settings.h settings.c setup.h setup.c threads.c threads.h util.c util.h
-rototiller_LDADD = @ROTOTILLER_LIBS@ -lm modules/julia/libjulia.a modules/plasma/libplasma.a modules/ray/libray.a modules/roto/libroto.a modules/sparkler/libsparkler.a modules/stars/libstars.a
-rototiller_CPPFLAGS = @ROTOTILLER_CFLAGS@
+rototiller_LDADD = -lm modules/julia/libjulia.a modules/plasma/libplasma.a modules/ray/libray.a modules/roto/libroto.a modules/sparkler/libsparkler.a modules/stars/libstars.a
© All Rights Reserved