diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-28 19:00:17 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-28 19:00:17 +0200 |
commit | 095c82585f2e4a9963c33c0988d453b0278bc0c7 (patch) | |
tree | af345d356a84278f4df9cf7b999871a9bfba4bd8 /plugins/weblog/Makefile | |
parent | 37da545bc5f1bd5c3d810699cc685c36cdcd27fa (diff) |
Paged list
Diffstat (limited to 'plugins/weblog/Makefile')
-rw-r--r-- | plugins/weblog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/weblog/Makefile b/plugins/weblog/Makefile index ffd31e1..58d1801 100644 --- a/plugins/weblog/Makefile +++ b/plugins/weblog/Makefile @@ -57,6 +57,7 @@ LIBS+= \ endif PROGSRC=\ + stringutil.cpp \ weblog.cpp TESTSRC=\ |