diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-02-23 20:14:45 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-02-23 20:14:45 -0800 |
commit | 1bf11626543c2b0dd10e8e0e4f3f75c99ea4f16c (patch) | |
tree | e578496cbbf8294b00befde698c7688bd220605e /src/Makefile.am | |
parent | a7f9a860b5618fa8c49caeba1ebfd0be7b4a8a02 (diff) |
drm_fb,sdl_fb: drop vestigial headers
With fb backends entirely abstracted behind fb_ops_t, this is
no longer necessary.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fe57d8c..85f8214 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = modules bin_PROGRAMS = rototiller -rototiller_SOURCES = drm_fb.c drm_fb.h fb.c fb.h fps.c fps.h rototiller.c rototiller.h sdl_fb.c sdl_fb.h settings.h settings.c setup.h setup.c threads.c threads.h util.c util.h +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@ |