diff options
Diffstat (limited to 'modules/codec/c++/SConscript')
-rw-r--r-- | modules/codec/c++/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/codec/c++/SConscript b/modules/codec/c++/SConscript index 14e7b5c..7a44574 100644 --- a/modules/codec/c++/SConscript +++ b/modules/codec/c++/SConscript @@ -13,7 +13,7 @@ dir_path = Dir('.').abspath codec_env = env.Clone(); codec_env.sources = sorted(glob.glob(dir_path + "/*.cpp")) -codec_env.headers = sorted(glob.glob(dir_path + "/*.h")) +codec_env.headers = sorted(glob.glob(dir_path + "/*.hpp")) env.sources += codec_env.sources; env.headers += codec_env.headers; |