diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-03-06 12:29:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-03-06 12:29:36 +0000 |
commit | 4a2abe7bf4c05db91093e4a2d29d27430316bc05 (patch) | |
tree | f2ef6b5b77d4ac0dfef4f317b0a520bba1d4e2e1 /package/targets.mak | |
parent | 628b64629d17fef775838736a17ff43bcef8e471 (diff) | |
download | tipidee-4a2abe7bf4c05db91093e4a2d29d27430316bc05.tar.xz |
Add ls.cgi, prepare for 0.0.4.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index 1cf5bca..b1bc92e 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -3,6 +3,7 @@ tipideed \ tipidee-config LIBEXEC_TARGETS := \ -tipidee-config-preprocess +tipidee-config-preprocess \ +ls.cgi LIB_DEFS := TIPIDEE=tipidee |