diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-02-25 04:48:11 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-02-25 04:48:11 +0100 |
commit | 698ede3ce4ab7ff88e5c69b3910544094c7f9814 (patch) | |
tree | d3a7bd1835ecf25e16c35ab658e7d56cc2c69ad2 /src/CMakeLists.txt | |
parent | b3ba14d47370e156ef7366954c1160e088e92b49 (diff) | |
download | fastd-698ede3ce4ab7ff88e5c69b3910544094c7f9814.tar fastd-698ede3ce4ab7ff88e5c69b3910544094c7f9814.zip |
Get rid of some duplicate code for calling shell commands
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ccee0d9..916a726 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -26,6 +26,7 @@ add_executable(fastd queue.c random.c resolve.c + shell.c task.c protocol_ec25519_fhmqvc.c ${FLEX_fastd_config_lex_OUTPUTS} |