mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
Adding initial build system.
This commit is contained in:
parent
aabb868920
commit
ded56b1a74
64 changed files with 2322 additions and 0 deletions
17
render/Makefile.am
Normal file
17
render/Makefile.am
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
noinst_LTLIBRARIES = librender.la
|
||||
|
||||
librender_la_SOURCES = \
|
||||
animcur.c \
|
||||
filter.c \
|
||||
glyph.c \
|
||||
miglyph.c \
|
||||
miindex.c \
|
||||
mipict.c \
|
||||
mirect.c \
|
||||
mitrap.c \
|
||||
mitri.c \
|
||||
picture.c \
|
||||
render.c \
|
||||
renderedge.c
|
||||
|
||||
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h renderedge.h
|
||||
Loading…
Reference in a new issue