summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: a9cee3e9c25c3b03f701ceb1b490580f09f37164 (plain)
1
2
3
4
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 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