Makefile.am 275 Bytes
Newer Older
Luc Verhaegen's avatar
Luc Verhaegen committed
1
2
3
4
5
6
7
8
9
10
11
12
lib_LTLIBRARIES = libUMP.la
libUMP_la_LIBADD = @LIBS@
libUMP_la_SOURCES = \
	ump_arch.c \
	ump_frontend.c \
	ump_osu_locks.c \
	ump_osu_memory.c \
	ump_ref_drv.c \
	ump_uku.c

library_includedir=$(includedir)/ump/
library_include_HEADERS = ump.h ump_platform.h ump_ref_drv.h