Commit 5bc05723 authored by Sam Lantinga's avatar Sam Lantinga

Added an exports target so I can make the exports all at once. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40793
parent 9ba01100
...@@ -41,6 +41,9 @@ endif ...@@ -41,6 +41,9 @@ endif
libarch_la_SOURCES = $(ARCH_SRCS) libarch_la_SOURCES = $(ARCH_SRCS)
exports:
for i in $(ARCH_SUBDIRS); do if [ -d $$i/exports ]; then (cd $$i/exports; make); fi; done
# The architecture specific directories need to be copied into place # The architecture specific directories need to be copied into place
# when building a distribution. # when building a distribution.
dist-hook: dist-hook:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment