adapted to latest changes in gwen, more work on data and nodes servers.

This commit is contained in:
Martin Preuss
2024-09-26 10:45:22 +02:00
parent be053b035f
commit b0b6efb1c3
88 changed files with 1745 additions and 445 deletions

View File

@@ -8,6 +8,8 @@
$(gwenhywfar_cflags)
-I$(topsrcdir)
-I$(topbuilddir)
-I$(topsrcdir)/apps
-I$(topbuilddir)/apps
</includes>
<includes type="tm2" >
@@ -45,6 +47,8 @@
loop_ipc.h
db.h
tty_log.h
devicesread.h
devicesdump.h
</headers>
<sources>
@@ -61,9 +65,12 @@
loop_ipc.c
db.c
tty_log.c
devicesread.c
devicesdump.c
</sources>
<useTargets>
aqhnodes_types
aqhome
</useTargets>
@@ -72,6 +79,7 @@
</libraries>
<subdirs>
types
</subdirs>