File: Makefile.am

package info (click to toggle)
pinot 0.85-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,524 kB
  • ctags: 3,868
  • sloc: cpp: 33,107; sh: 8,801; ansic: 3,049; makefile: 557; xml: 366; python: 250
file content (24 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Process this file with automake to produce Makefile.in

noinst_HEADERS = \
	ActionQueue.h \
	CrawlHistory.h \
	QueryHistory.h \
	SQLDB.h \
	SQLiteBase.h \
	ViewHistory.h

noinst_LTLIBRARIES = libSQL.la

libSQL_la_SOURCES = \
	ActionQueue.cpp \
	CrawlHistory.cpp \
	QueryHistory.cpp \
	SQLDB.cpp \
	SQLiteBase.cpp \
	ViewHistory.cpp

libSQL_la_CXXFLAGS = \
	-fPIC \
	-I$(top_srcdir)/Utils