Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2024-06-04 05:42:22
    Hash : 572bde41
    Message : Explicitely build sxpm in app, after the new libXpm has been installed. This makes sure it is linked against the new libXpm, not the existing one in /usr/X11R6/lib which may reference to an old, incompatible libc. ok tb@

  • lib/libXpm/Makefile.am
  • # Daniel Stone disowns all copyright on this file; no warranty is given as to its
    # suitability or otherwise.
    
    SUBDIRS = doc include man src cxpm test
    
    ACLOCAL_AMFLAGS = -I m4
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = xpm.pc
    
    EXTRA_DIST = COPYRIGHT NEWS.old README.md
    
    MAINTAINERCLEANFILES = ChangeLog INSTALL
    
    .PHONY: ChangeLog INSTALL
    
    INSTALL:
    	$(INSTALL_CMD)
    
    ChangeLog:
    	$(CHANGELOG_CMD)
    
    dist-hook: ChangeLog INSTALL