More work on mqtt tool.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
$(gwenhywfar_cflags)
|
||||
-I$(topsrcdir)
|
||||
-I$(topbuilddir)
|
||||
-I$(topsrcdir)/apps
|
||||
-I$(topbuilddir)/apps
|
||||
-I$(builddir)
|
||||
-I$(srcdir)
|
||||
</includes>
|
||||
@@ -47,10 +49,14 @@
|
||||
<headers dist="true" >
|
||||
init.h
|
||||
fini.h
|
||||
loop.h
|
||||
loop_ipc.h
|
||||
loop_mqtt.h
|
||||
aqhome_mqtt.h
|
||||
aqhome_mqtt_p.h
|
||||
mqtt.h
|
||||
messages.h
|
||||
xmlread.h
|
||||
</headers>
|
||||
|
||||
<sources>
|
||||
@@ -58,13 +64,18 @@
|
||||
aqhome_mqtt.c
|
||||
init.c
|
||||
fini.c
|
||||
loop.c
|
||||
loop_ipc.c
|
||||
loop_mqtt.c
|
||||
main.c
|
||||
mqtt.c
|
||||
messages.c
|
||||
xmlread.c
|
||||
</sources>
|
||||
|
||||
<useTargets>
|
||||
aqhome
|
||||
aqhmqtt_types
|
||||
</useTargets>
|
||||
|
||||
<libraries>
|
||||
@@ -72,6 +83,7 @@
|
||||
</libraries>
|
||||
|
||||
<subdirs>
|
||||
types
|
||||
</subdirs>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user