From 15d64221f156e0c37abf766513eff7edf3417bbc Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 25 Sep 2018 21:20:31 +0000 Subject: Add LAN_discovery to the list of apidsl-generated files. So it gets regenerated when the .api.h file changes. --- other/astyle/format-source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'other') diff --git a/other/astyle/format-source b/other/astyle/format-source index 245fd8cd..c2238841 100755 --- a/other/astyle/format-source +++ b/other/astyle/format-source @@ -35,6 +35,7 @@ apidsl_curl() { } # Check if apidsl generated sources are up to date. +$APIDSL toxcore/LAN_discovery.api.h > toxcore/LAN_discovery.h & $APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h & $APIDSL toxcore/ping.api.h > toxcore/ping.h & $APIDSL toxcore/ping_array.api.h > toxcore/ping_array.h & @@ -42,7 +43,7 @@ $APIDSL toxcore/tox.api.h > toxcore/tox.h & $APIDSL toxav/toxav.api.h > toxav/toxav.h & $APIDSL toxencryptsave/toxencryptsave.api.h > toxencryptsave/toxencryptsave.h & -wait; wait; wait; wait; wait; wait +wait; wait; wait; wait; wait; wait; wait if grep '' */*.h; then echo "error: some apidsl references were unresolved" -- cgit v1.2.3