Edit

kc3-lang/ftgl/Makefile.am

Branch :

  • Show log

    Commit

  • Author : sammy
    Date : 2008-04-29 14:39:28
    Hash : 1f4a94f8
    Message : * Since the MIT license is LGPL-compatible, there is no real point in shipping FTGL under a dual license. Consequently removing LGPL references from the code, in agreement with Sean.

  • Makefile.am
  • ACLOCAL_AMFLAGS = -I m4
    
    SUBDIRS = src test demo docs
    DIST_SUBDIRS = $(SUBDIRS) msvc
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = ftgl.pc
    
    DISTCLEANFILES = ftgl.pc
    
    EXTRA_DIST = \
    	AUTHORS \
    	BUGS \
    	COPYING \
    	INSTALL \
    	NEWS \
    	README \
    	TODO \
    	autogen.sh \
    	cleanup \
    	configure.ac \
    	ftgl.pc.in \
    	$(NULL)
    
    NULL =