~dabisu/hashit/hashit

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: david
  • Date: 2006-06-21 16:18:51 UTC
  • Revision ID: svn-v3-none:e77c6e7c-37ec-0310-b0de-ec2fc1d4588f::15
* 0, mobs.mk:
        - Update MOBS
* Makefile.in:
        - Install headers files

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
install: all
36
36
        @$(call makedir,$(LIBDIR),$(DIRMODE))
37
37
        @$(call install_files,src/libhashit.so.1.0,$(LIBDIR),a=rx)
 
38
        @$(call makedir,$(INCDIR),$(DIRMODE))
 
39
        @$(call install_files,src/hashit.h,$(INCDIR),a=rx)
38
40
        @ln -s $(LIBDIR)/libhashit.so.$(ABIVERSION).$(RELEASEVERSION) $(LIBDIR)/libhashit.so 2> /dev/null; true
39
41
        @ldconfig
40
42