Changeset e1e59a7 for Makefile.am


Ignore:
Timestamp:
Oct 10, 2009, 9:24:18 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
69c3878
Parents:
737b8f1 (diff), 1fdca1b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge branch 'unicode-fixes'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rb373d44 re1e59a7  
    4242GEN_H = owl_prototypes.h
    4343
     44TYPEMAP = typemap
     45
    4446BUILT_SOURCES = $(GEN_C) $(GEN_H)
    4547
     
    5355proto: owl_prototypes.h
    5456
    55 perlglue.c: perlglue.xs
    56         $(AM_V_GEN)perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs > perlglue.c
     57perlglue.c: perlglue.xs $(TYPEMAP)
     58        $(AM_V_GEN)perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs -typemap $(TYPEMAP) > perlglue.c
    5759
    5860varstubs.c: stubgen.pl variable.c
Note: See TracChangeset for help on using the changeset viewer.