source:
heimdal/trunk/lib/sqlite/Makefile.am@
9
| Last change on this file since 9 was 1, checked in by , 10 years ago | |
|---|---|
| File size: 234 bytes | |
| Line | |
|---|---|
| 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) |
| 12 | |
| 13 | EXTRA_DIST = NTMakefile |
Note:
See TracBrowser
for help on using the repository browser.
