Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-08-21 09:35:16
    Hash : 150faee0
    Message : Update to kbproto 1.0.5

  • proto/kbproto/Makefile.am
  • kbdir = $(includedir)/X11/extensions
    kb_HEADERS = \
    	XKBgeom.h \
    	XKB.h \
    	XKBproto.h \
    	XKBsrv.h \
    	XKBstr.h
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = kbproto.pc
    
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL