aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-11-06 13:59:08 +0200
committerSergey Poznyakoff <gray@gnu.org>2014-11-06 13:59:08 +0200
commit7d22dc4ff78f2525589809fdbe77044acffd85be (patch)
treebfc2462e0bcccbd78d4820f1f59d897c55fc0999
parent46b13215f079139220d6886c9919a9a228d8d486 (diff)
downloadvmod-sql-7d22dc4ff78f2525589809fdbe77044acffd85be.tar.gz
vmod-sql-7d22dc4ff78f2525589809fdbe77044acffd85be.tar.bz2
Bugfix
* src/Makefile.am: add missing nodist_libvmod_sql_la_SOURCES
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fa9929d..63346e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,7 @@ libvmod_sql_la_SOURCES = \
31 vmod-sql.h\ 31 vmod-sql.h\
32 wordsplit.h\ 32 wordsplit.h\
33 wordsplit.c 33 wordsplit.c
34nodist_libvmod_sql_la_SOURCES = vcc_if.c vcc_if.h
34 35
35if USE_MYSQL 36if USE_MYSQL
36 libvmod_sql_la_SOURCES += mysql.c 37 libvmod_sql_la_SOURCES += mysql.c

Return to:

Send suggestions and report system problems to the System administrator.