Edit

IABSD.fr/xenocara/lib/libSM/src/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-25 16:46:32
    Hash : 606ceaa6
    Message : import from X.Org 7.2RC1

  • lib/libSM/src/Makefile.am
  • lib_LTLIBRARIES=libSM.la
    
    AM_CFLAGS= -I${top_srcdir}/include $(SM_CFLAGS) $(XTRANS_CFLAGS)
    
    libSM_la_LDFLAGS = -version-number 6:0:0 -no-undefined
    
    libSM_la_LIBADD = $(SM_LIBS) $(XTRANS_LIBS)
    
    libSM_la_SOURCES = \
    	SMlibint.h \
    	globals.h \
    	sm_auth.c \
    	sm_client.c \
    	sm_error.c \
    	sm_genid.c \
    	sm_manager.c \
    	sm_misc.c \
    	sm_process.c
    
    smincludedir=$(includedir)/X11/SM
    sminclude_HEADERS=\
    	$(top_srcdir)/include/X11/SM/SM.h \
    	$(top_srcdir)/include/X11/SM/SMlib.h \
    	$(top_srcdir)/include/X11/SM/SMproto.h