Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2012-05-02 19:55:21
    Hash : e7649fb7
    Message : Update to inputproto 2.2.

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