You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
296 B
15 lines
296 B
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 =
|
|
|
|
|