summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: b94b0f35e994fe87606a4048e55fa9cf4594c1c6 (plain)
1
2
3
4
5
6
7
SUBDIRS = modules
bin_PROGRAMS = rototiller
rototiller_SOURCES = 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
if ENABLE_DRM
rototiller_SOURCES += drm_fb.c
endif
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