summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 85f8214b940be3893298fe51dfca9d4e288157b4 (plain)
1
2
3
4
5
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@
© All Rights Reserved