mirror of
https://github.com/SwallowOS/image_pixman
synced 2025-11-04 05:35:47 +08:00
11 lines
206 B
Makefile
11 lines
206 B
Makefile
lib_LTLIBRARIES = libpixman.la
|
|
|
|
libpixman_la_LIBADD = @DEP_LIBS@
|
|
|
|
libpixman_la_SOURCES = \
|
|
pixman.h \
|
|
pixman-region.c
|
|
|
|
libpixmanincludedir = $(includedir)/libcomp
|
|
libpixmaninclude_HEADERS = libcomp.h
|