more work on aqhome-cgi.

This commit is contained in:
Martin Preuss
2025-06-12 23:30:08 +02:00
parent 2cb534df85
commit c51043d72a
18 changed files with 852 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<gwbuild>
<target type="Program" name="aqhome-cgi" install="$(sbindir)" >
<target type="Program" name="aqhome-cgi" install="$(libdir)/cgi-bin" >
<includes type="c" >
$(gwenhywfar_cflags)
@@ -55,6 +55,7 @@
<libraries>
$(gwenhywfar_libs)
-lm
$(aqcgi_libs)
</libraries>
<subdirs>
@@ -117,6 +118,7 @@
<useTargets>
aqhome
aqhcgi_service
aqhcgi_modules
</useTargets>
<libraries>
@@ -127,6 +129,7 @@
<subdirs>
service
modules
</subdirs>