summaryrefslogtreecommitdiff
path: root/decoder
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
commit8c8ff6c6915ebc5ce30156e3f05bf8d1966ec0a1 (patch)
treea0f6766525751826800386fbc5dce35c3697c04e /decoder
parent6c923d45f2aaf960806429d36ca58a41b3a39740 (diff)
glc hacking
Diffstat (limited to 'decoder')
-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