Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-11-11 10:34:28
    Hash : 2514f2c1
    Message : Update to xtrans 1.2.6. Only a small bug fix in addition to the usual doc/autotools churn.

  • lib/libxtrans/Makefile.am
  • SUBDIRS=doc
    
    Xtransincludedir = $(includedir)/X11/Xtrans
    Xtransinclude_HEADERS = \
    	Xtrans.h \
    	Xtrans.c \
    	Xtransint.h \
    	Xtranslcl.c \
    	Xtranssock.c \
    	Xtranstli.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}
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL