summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 17:58:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 17:58:27 +0000
commit2d8700ca0761ad51b44aea03e8a663a95bd263a8 (patch)
tree711a49df7a82995c1f1f82e0fa9ef5f69098c79a /module
parent6acd64b847895b2aca81e5c1ed3138cb34a735a5 (diff)
downloadiconv-2d8700ca0761ad51b44aea03e8a663a95bd263a8.tar.gz
iconv-2d8700ca0761ad51b44aea03e8a663a95bd263a8.tar.bz2
Always add aliases to post targets.
Build module sources when testing (with the wrapper) Fix testsuite to actually run. svn path=/trunk/iconv/; revision=6902
Diffstat (limited to 'module')
-rw-r--r--module/INDEX0
-rw-r--r--module/Makefile4
2 files changed, 3 insertions, 1 deletions
diff --git a/module/INDEX b/module/INDEX
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/module/INDEX
diff --git a/module/Makefile b/module/Makefile
index 192774d..90114cf 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -1,5 +1,7 @@
ifeq ($(COMPONENT_TYPE),riscos-module)
- DIR_SOURCES := header.cmhg module.c menu.c wrapper.c
+ DIR_SOURCES := header.cmhg module.c menu.c
endif
+DIR_TEST_ITEMS := iconv:module.c;menu.c;wrapper.c
+
include build/makefiles/Makefile.subdir