diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/libs/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fda9b40..c8a232d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,4 +99,4 @@ endif if ENABLE_DRM rototiller_SOURCES += drm_fb.c endif -rototiller_LDADD = libtil.la -lm +rototiller_LDADD = libtil.la @top_builddir@/src/libs/playit/src/libplayit.a -lm diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am index 57b81d4..ff05beb 100644 --- a/src/libs/Makefile.am +++ b/src/libs/Makefile.am @@ -4,6 +4,7 @@ SUBDIRS = \ din \ rocket \ puddle \ + playit \ ray \ sig \ txt |