source: main/trunk/gs2-core/common-src/Makefile.am@ 26284

Last change on this file since 26284 was 22728, checked in by mdewsnip, 14 years ago

Changing all the configure scripts and makefiles I created (from scratch, to use autoconf and automake) to have my name and copyright DL Consulting Ltd.

File size: 489 bytes
Line 
1###########################################################################
2#
3# Makefile -- Makefile for common-src
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
10
11
12# Option: Lucene support
13if ENABLE_LUCENE
14 LUCENE_SUBDIRS = indexers packages/expat
15endif
16
17# Option: SQLite support
18if USE_SQLITE
19 SQLITE_SUBDIRS = packages/sqlite
20endif
21
22SUBDIRS = $(LUCENE_SUBDIRS) $(SQLITE_SUBDIRS) src/lib
Note: See TracBrowser for help on using the repository browser.