Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    rb373d44 r39e81f7  
    2020perl_tester_SOURCES = $(BASE_SRCS) \
    2121     owl.h owl_perl.h config.h \
     22     libzcrypt.a \
    2223     $(GEN_C) $(GEN_H) \
    2324     perl_tester.c
    2425
    25 perl_tester_LDADD = libfaim/libfaim.a
     26perl_tester_LDADD = libfaim/libfaim.a libzcrypt.a
    2627
    2728TESTS=runtests.sh
     
    4243GEN_H = owl_prototypes.h
    4344
     45TYPEMAP = typemap
     46
    4447BUILT_SOURCES = $(GEN_C) $(GEN_H)
    4548
     
    5356proto: owl_prototypes.h
    5457
    55 perlglue.c: perlglue.xs
    56         $(AM_V_GEN)perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs > perlglue.c
     58perlglue.c: perlglue.xs $(TYPEMAP)
     59        $(AM_V_GEN)perl $(XSUBPPDIR)/xsubpp $(XSUBPPFLAGS) -prototypes perlglue.xs -typemap $(TYPEMAP) > perlglue.c
    5760
    5861varstubs.c: stubgen.pl variable.c
Note: See TracChangeset for help on using the changeset viewer.