diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-12 22:20:33 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-12 22:20:33 +0200 |
commit | 4732dc63657f4c6fc342f7674f7dc7c666b293dc (patch) | |
tree | da91a5dbbd62982284435d252dd89ac963952ee9 /plugins/webbox/Makefile | |
parent | 3f778eecc705990598f1033e6245522f42e2fcb5 (diff) |
webbox (WIP)
Diffstat (limited to 'plugins/webbox/Makefile')
-rw-r--r-- | plugins/webbox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/webbox/Makefile b/plugins/webbox/Makefile index e16171d..2ddec0e 100644 --- a/plugins/webbox/Makefile +++ b/plugins/webbox/Makefile @@ -58,6 +58,7 @@ endif PROGSRC=\ file.cpp \ + stringutil.cpp \ webbox.cpp TESTSRC=\ |