summaryrefslogtreecommitdiff
path: root/decoder/Makefile.am
diff options
context:
space:
mode:
authorJonathan Clark <jon.h.clark@gmail.com>2011-03-10 06:54:31 -0500
committerJonathan Clark <jon.h.clark@gmail.com>2011-03-10 06:54:31 -0500
commitee0efe4d807aef64117776a476eeaeca98287315 (patch)
tree34068721f37c63117d285da19a9cd6711d44fb03 /decoder/Makefile.am
parent75310799a6ee82b742ba69abab951a74fd0d19fc (diff)
glc hacking
Diffstat (limited to 'decoder/Makefile.am')
-rw-r--r--decoder/Makefile.am2
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