Edit

IABSD.fr/xenocara/proto/inputproto/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-11-11 10:02:26
    Hash : b6069ff8
    Message : Update to inputproto 2.0.1. No functional change.

  • proto/inputproto/Makefile.am
  • inputdir = $(includedir)/X11/extensions
    input_HEADERS = \
    	XI.h \
    	XIproto.h \
    	XI2.h \
    	XI2proto.h
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = inputproto.pc
    
    dist_doc_DATA = XI2proto.txt XIproto.txt
    
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL