1
2lib_LTLIBRARIES = libwsbm.la
3
4libwsbm_la_CFLAGS = @libdrm_CFLAGS@ -Wall 
5libwsbm_la_LDFLAGS = -version-number 1:1:0 -no-undefined @libdrm_LIBS@
6libwsbm_la_SOURCES = \
7	wsbm_fencemgr.c \
8	wsbm_fencemgr.h \
9	wsbm_manager.c \
10	wsbm_manager.h	\
11	wsbm_mm.c \
12	wsbm_mm.h \
13	wsbm_pool.h \
14	wsbm_util.h \
15	wsbm_mallocpool.c \
16	wsbm_driver.h \
17	wsbm_driver.c \
18	wsbm_ttmpool.c \
19	wsbm_slabpool.c \
20	wsbm_userpool.c \
21	wsbm_priv.h
22
23
24libwsbmincludedir = ${includedir}/wsbm
25libwsbminclude_HEADERS = wsbm_manager.h wsbm_pool.h wsbm_driver.h \
26	wsbm_fencemgr.h wsbm_util.h wsbm_atomic.h
27
28