diff options
author | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 06:54:31 -0500 |
---|---|---|
committer | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 06:54:31 -0500 |
commit | ee0efe4d807aef64117776a476eeaeca98287315 (patch) | |
tree | 34068721f37c63117d285da19a9cd6711d44fb03 /decoder | |
parent | 75310799a6ee82b742ba69abab951a74fd0d19fc (diff) |
glc hacking
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/Makefile.am b/decoder/Makefile.am index 9cf4c3c4..f43e6894 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -82,5 +82,5 @@ libcdec_a_SOURCES = \ if GLC # Until we build GLC as a library... - libcdec_a_SOURCES += ff_glc.cc + libcdec_a_SOURCES += ff_glc.cc feature-factory.cc string_util.cc endif |