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.
amarok/amarok/src/sqlite/Makefile.am

18 lines
236 B

noinst_LTLIBRARIES = \
libsqlite.la
KDE_CFLAGS = \
-w
libsqlite_la_CFLAGS = \
$(all_includes) \
-DTHREADSAFE=1 \
-DHAVE_USLEEP=1
libsqlite_la_LDFLAGS = \
$(LIBPTHREAD)
libsqlite_la_SOURCES = \
sqlite3.c