blob: d56649676e171fc772b724199e46defd45c589c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include $(top_srcdir)/kexi/Makefile.global
noinst_LTLIBRARIES = libkexiuuid.la
INCLUDES = $(all_includes)
SUBDIRS = .
libkexiuuid_la_SOURCES = gen_uuid.c parse.c unparse.c compare.c isnull.c pack.c unpack.c copy.c
libkexiuuid_la_LDFLAGS = -no-undefined $(VER_INFO)
libkexiuuid_la_LIBADD =
|