Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added an exports target so I can make the exports all at once. :)
  • Loading branch information
slouken committed Jan 29, 2004
1 parent deeefbe commit b2b8145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/Makefile.am
Expand Up @@ -41,6 +41,9 @@ endif

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
# when building a distribution.
dist-hook:
Expand Down

0 comments on commit b2b8145

Please sign in to comment.