diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-26 14:49:51 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2006-10-26 14:49:51 +0000 |
commit | 1849f72f524948dddc02e530f7bfaa108a107ef1 (patch) | |
tree | b6679a65b3e6228872db9e0e1afd84c70ee680ee /rMD-exp/src/Makefile.am | |
parent | ef155ccbd15bdfca39b755dd8194854422f854e4 (diff) |
stub load_cache.c
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@122 f606c939-3180-4ac9-a4b8-4b8779d57d0a
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 66b8706..7bc3e1b 100644 --- a/rMD-exp/src/Makefile.am +++ b/rMD-exp/src/Makefile.am @@ -22,7 +22,8 @@ recordmydesktop_SOURCES= recordmydesktop.c\ init_encoder.c\ cache_frame.c\ cache_audio.c\ - rmd_cache.c + rmd_cache.c\ + load_cache.c INCLUDES= $(all_includes) -I../include -I$x_includes |