Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-04-13 11:02:02
    Hash : 5dfe5e57
    Message : Add presentproto 1.0

  • proto/presentproto/Makefile.am
  • presentdir = $(includedir)/X11/extensions
    present_HEADERS = presentproto.h presenttokens.h
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = presentproto.pc
    
    dist_doc_DATA = presentproto.txt
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL