Edit

IABSD.fr/xenocara/xserver/miext/rootless/Makefile.am

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-11-02 15:26:08
    Hash : 60021fe9
    Message : xserver 1.5.2. tested by ckuethe@, oga@, and others.

  • xserver/miext/rootless/Makefile.am
  • AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
    AM_CPPFLAGS = -I$(top_srcdir)/hw/xfree86/os-support
    
    SUBDIRS = safeAlpha accel
    
    noinst_LTLIBRARIES = librootless.la
    librootless_la_SOURCES = \
    	rootlessCommon.c \
    	rootlessGC.c \
    	rootlessScreen.c \
    	rootlessValTree.c \
    	rootlessWindow.c
    
    EXTRA_DIST = \
    	README.txt \
    	rootless.h \
    	rootlessCommon.h \
    	rootlessConfig.h \
    	rootlessWindow.h