[go: up one dir, main page]

Menu

[ab7a0e]: / db / Makefile.am  Maximize  Restore  History

Download this file

13 lines (10 with data), 370 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Process this file with automake to produce Makefile.in
## $Id: Makefile.am,v 1.14 2007/09/18 15:34:47 dan_karrels Exp $
lib_LTLIBRARIES = libgnuworldDB.la
libgnuworldDB_la_SOURCES = gnuworldDB.cc \
pgsqlDB.cc
##libgnuworldDB_la_CXXFLAGS = -I$(pgsql_includedir)
libgnuworldDB_la_LDFLAGS = -L$(pgsql_libdir) -lpq
EXTRA_DIST = gnuworldDB.h \
pgsqlDB.h \
dbHandle.h