Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135246
Collapse All | Expand All

(-)src/odbc/Makefile.am.orig (-1 / +1 lines)
Lines 15-21 Link Here
15
				$(patsubst %.c, %.lo, $(SQLSOURCES))) \
15
				$(patsubst %.c, %.lo, $(SQLSOURCES))) \
16
				$(patsubst %, $(MDBDIR)/%, \
16
				$(patsubst %, $(MDBDIR)/%, \
17
				$(patsubst %.c, %.lo, $(MDBSOURCES)))
17
				$(patsubst %.c, %.lo, $(MDBSOURCES)))
18
LIBS	=	@LEXLIB@ $(GLIB_LIBS) $(ODBC_LIBS)
18
LIBS	=	@LEXLIB@ $(GLIB_LIBS) $(ODBC_LIBS) -lm
19
unittest_LDADD	=	libmdbodbc.la ../libmdb/libmdb.la ../sql/libmdbsql.la
19
unittest_LDADD	=	libmdbodbc.la ../libmdb/libmdb.la ../sql/libmdbsql.la
20
20
21
## Need blank statement to avoid compiling odbc.c
21
## Need blank statement to avoid compiling odbc.c

Return to bug 135246