summaryrefslogtreecommitdiffstats
path: root/krecipes/src/backends/SQLite/libqsqlite/Makefile.am
blob: b368a5a815cb953b65a542640905f774cb3bc3b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Makefile.am for krecipes

# this is the program that gets installed.  it's name is used for all
# of the other Makefile.am variables

# set the include path for X, qt and KDE
INCLUDES         = $(all_includes)

#building the library

noinst_LTLIBRARIES=libkrecqsqlite.la
libkrecqsqlite_la_SOURCES=krecqsqlitedb.cpp krecqsqliteresult.cpp
libkrecqsqlite_la_METASOURCES=AUTO

#the library search path.
libkrecqsqlite_la_LDFLAGS = $(KDE_RPATH) $(all_libraries)