repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
count number of enctypes too
[heimdal.git]
/
lib
/
sqlite
/
Makefile.am
blob
a04acc5d995d3a6116050ac5adcc6fc92061fe67
1
# $Id$
2
3
include $(top_srcdir)/Makefile.am.common
4
5
lib_LTLIBRARIES = libheimsqlite.la
6
7
noinst_HEADERS = sqlite3.h sqlite3ext.h
8
9
libheimsqlite_la_SOURCES = sqlite3.c
10
11
libheimsqlite_la_LIBADD = $(PTHREAD_LIBADD)