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 | 8c8ff6c6915ebc5ce30156e3f05bf8d1966ec0a1 (patch) | |
tree | a0f6766525751826800386fbc5dce35c3697c04e /decoder/Makefile.am | |
parent | 6c923d45f2aaf960806429d36ca58a41b3a39740 (diff) |
glc hacking
Diffstat (limited to 'decoder/Makefile.am')
-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 |