Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2009-10-31 18:33:17
    Hash : 139377e2
    Message : update to libXpm 3.5.8

  • lib/libXpm/Makefile.am
  • # Daniel Stone disowns all copyright on this file; no warranty is given as to its
    # suitability or otherwise.
    
    SUBDIRS = src sxpm cxpm
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = xpm.pc
    EXTRA_DIST = \
    	xpm.pc.in \
    	xpm.PS.gz \
    	CHANGES \
    	COPYRIGHT \
    	FAQ.html \
    	FILES \
    	README.AMIGA \
    	README.html \
    	README.MSW
    
    EXTRA_DIST += ChangeLog
    MAINTAINERCLEANFILES = ChangeLog
    
    .PHONY: ChangeLog
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog