|
Revision 2546, 367 bytes
(checked in by peter, 14 months ago)
|
|
compile fixes for NetBSD and OpenBSD
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 | AM_CPPFLAGS=@THREADFLAGS@ $(BOOST_CPPFLAGS) |
|---|
| 2 | lib_LTLIBRARIES = libgmysqlbackend.la |
|---|
| 3 | |
|---|
| 4 | EXTRA_DIST=OBJECTFILES OBJECTLIBS |
|---|
| 5 | |
|---|
| 6 | INCLUDES=-I@MYSQL_incdir@ |
|---|
| 7 | |
|---|
| 8 | libgmysqlbackend_la_SOURCES=gmysqlbackend.cc gmysqlbackend.hh \ |
|---|
| 9 | smysql.hh smysql.cc |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | libgmysqlbackend_la_LDFLAGS=-module -avoid-version -lmysqlclient |
|---|
| 13 | |
|---|
| 14 | # -Wl,-Bstatic -lpq++ -lpq -Wl,-Bdynamic -lssl -lcrypt -lcrypto |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | |
|---|