diff options
Diffstat (limited to 'rMD-exp/src/Makefile.am')
-rw-r--r-- | rMD-exp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rMD-exp/src/Makefile.am b/rMD-exp/src/Makefile.am index 4315ab3..8332134 100644 --- a/rMD-exp/src/Makefile.am +++ b/rMD-exp/src/Makefile.am @@ -20,7 +20,8 @@ recordmydesktop_SOURCES= recordmydesktop.c\ capture_sound.c\ encode_sound_buffer.c\ init_encoder.c\ - cache_frame.c + cache_frame.c\ + rmd_cache.c INCLUDES= $(all_includes) -I../include -I$x_includes |