Edit

kc3-lang/libxkbcommon/src/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Jon TURNEY
    Date : 2010-10-26 16:21:28
    Hash : f94a64cc
    Message : Link with -no-undefined Use -no-undefined to assure libtool that the libxkbcommon library has no unresolved symbols at link time, so that libtool will build a shared library on platforms require that all symbols are resolved when the library is linked. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>

  • src/Makefile.am
  • SUBDIRS = makekeys xkbcomp
    
    INCLUDES = -I$(top_srcdir)/include -I$(builddir)/makekeys
    AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) $(XMALLOC_ZERO_CFLAGS)
    
    lib_LTLIBRARIES = libxkbcommon.la
    libxkbcommon_la_LIBADD = xkbcomp/libxkbcomp.la
    libxkbcommon_la_LDFLAGS = -no-undefined
    libxkbcommon_la_SOURCES = \
    	XKBcommonint.h \
    	alloc.c \
    	atom.c \
    	galloc.c \
    	geom.c \
    	keysym.c \
    	malloc.c \
    	maprules.c \
    	misc.c \
    	text.c \
    	xkb.c \
    	xkballoc.h \
    	xkbgeom.h \
    	xkbmisc.h \
    	xkbrules.h