Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2011-11-05 13:32:40
    Hash : 61a7d542
    Message : Update to xserver 1.11.2

  • xserver/miext/rootless/Makefile.am
  • AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
    
    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