diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-02-27 20:15:16 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-02-27 20:15:16 -0800 |
commit | f6991fdd218ab15ed4a6d9501181f55053499a05 (patch) | |
tree | baa394262308bd7356365db45b21b9327e06e415 /src/modules/plasma | |
parent | 7903b3b871493425be4b6573d3609abe98408af6 (diff) |
autotools: remove vestigial ROTOTILLER_* vars
Fixes silly cosmetic error in configure output for checking libdrm...
Diffstat (limited to 'src/modules/plasma')
-rw-r--r-- | src/modules/plasma/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/plasma/Makefile.am b/src/modules/plasma/Makefile.am index 16efeb4..a856df1 100644 --- a/src/modules/plasma/Makefile.am +++ b/src/modules/plasma/Makefile.am @@ -1,4 +1,3 @@ noinst_LIBRARIES = libplasma.a libplasma_a_SOURCES = plasma.c -libplasma_a_CFLAGS = @ROTOTILLER_CFLAGS@ -libplasma_a_CPPFLAGS = @ROTOTILLER_CFLAGS@ -I@top_srcdir@/src +libplasma_a_CPPFLAGS = -I@top_srcdir@/src |