From b990733af9d6a07c2130daeb5fd39c75f6804441 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 9 Jan 2019 16:42:49 +0100 Subject: add examples for dynamic linking / loading one example by doing it manually with an ugly Makefile, another one by using autotools. Signed-off-by: Manuel Traut --- schulung_tools/linking/helloat/autogen.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 schulung_tools/linking/helloat/autogen.sh (limited to 'schulung_tools/linking/helloat/autogen.sh') diff --git a/schulung_tools/linking/helloat/autogen.sh b/schulung_tools/linking/helloat/autogen.sh new file mode 100755 index 0000000..27fbc8e --- /dev/null +++ b/schulung_tools/linking/helloat/autogen.sh @@ -0,0 +1,2 @@ +#!/bin/sh +autoreconf -sif -- cgit v1.2.3