summaryrefslogtreecommitdiffstats
path: root/rules/templates
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2014-07-22 08:33:26 +0200
committerJuergen Borleis <jbe@pengutronix.de>2014-07-22 08:33:26 +0200
commitb7a24b62fa3f750b58db4badfad2dc733c00ef16 (patch)
treeee4e1e61823cfbe98d2736df2cbb23642e650c17 /rules/templates
parent291ab6a94d6c76750457b7d6c049fb2d6ad35a12 (diff)
downloadptxdist-b7a24b62fa3f750b58db4badfad2dc733c00ef16.tar.gz
ptxdist-b7a24b62fa3f750b58db4badfad2dc733c00ef16.tar.xz
lib autotools template: more name replacements are required
The new file 'internal.h' contains name replacements as well. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/templates')
-rw-r--r--rules/templates/src-autoconf-lib/wizard.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/templates/src-autoconf-lib/wizard.sh b/rules/templates/src-autoconf-lib/wizard.sh
index a97fb554b..54476db03 100644
--- a/rules/templates/src-autoconf-lib/wizard.sh
+++ b/rules/templates/src-autoconf-lib/wizard.sh
@@ -21,6 +21,7 @@ for i in \
Makefile.am \
${NAME}.c \
lib${NAME}.h \
+ internal.h \
; do
sed -i -e "s/\@name\@/${NAME}/g" $i
sed -i -e "s/\@namenodash\@/${NAME_NODASH}/g" $i