Edit

IABSD.fr/xenocara/lib/libxtrans/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2019-08-04 13:33:46
    Hash : 85da565e
    Message : Update to libxtrans 1.4.0. Major bumps for libX11 and libICE. no objections from naddy@, espie@ and ajacoutot@

  • lib/libxtrans/Makefile.am
  • SUBDIRS=doc
    
    Xtransincludedir = $(includedir)/X11/Xtrans
    Xtransinclude_HEADERS = \
    	Xtrans.h \
    	Xtrans.c \
    	Xtransint.h \
    	Xtranslcl.c \
    	Xtranssock.c \
    	Xtransutil.c \
    	transport.c
    
    aclocaldir = $(datadir)/aclocal
    aclocal_DATA = xtrans.m4
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = xtrans.pc
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    EXTRA_DIST = ${aclocal_DATA} README.md
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL