diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-25 17:13:34 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-25 17:13:34 -0400 |
commit | c7c64e185573053230ca90bccee4c4c05008fa3c (patch) | |
tree | 3f68c7f342a004486a0ad58b5ffa06712072d54c /wcap | |
parent | 529b00eb34805387d37c2eee29a5143c06183052 (diff) |
wcap: Add vpx_config.h to Makefile.am
Diffstat (limited to 'wcap')
-rw-r--r-- | wcap/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wcap/Makefile.am b/wcap/Makefile.am index 7dca7e94..187c5c3e 100644 --- a/wcap/Makefile.am +++ b/wcap/Makefile.am @@ -12,6 +12,7 @@ wcap_decode_SOURCES = \ tools_common.h \ vpxenc.c \ vpx_timer.h \ + vpx_config.h \ y4minput.c \ y4minput.h \ wcap-decode.c \ |