Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-10-31 09:53:10
    Hash : 31cb8123
    Message : Update to randrproto 1.3.2. No functionnal change.

  • proto/randrproto/Makefile.am
  • randrdir = $(includedir)/X11/extensions
    randr_HEADERS = \
    	randr.h \
    	randrproto.h
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = randrproto.pc
    
    dist_doc_DATA = randrproto.txt
    
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL