merge with master
[platform/upstream/libwsbm.git] / src / Makefile.am
1
2 lib_LTLIBRARIES = libwsbm.la
3
4 libwsbm_la_CFLAGS = @libdrm_CFLAGS@ -Wall 
5 libwsbm_la_LDFLAGS = -version-number 1:1:0 -no-undefined @libdrm_LIBS@
6 libwsbm_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
24 libwsbmincludedir = ${includedir}/wsbm
25 libwsbminclude_HEADERS = wsbm_manager.h wsbm_pool.h wsbm_driver.h \
26         wsbm_fencemgr.h wsbm_util.h wsbm_atomic.h
27