aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-03-12 22:47:30 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2012-03-12 22:47:30 +0200
commitfb26217c55644bcce8b1d764e2ea77ddbbda3dba (patch)
tree5b2d417821f3b0ab4b1ff72c7965a271978c8dfe
parent4c171094e098a1f5e3cc9eeaf9200e6e234b5c80 (diff)
downloadswis-fb26217c55644bcce8b1d764e2ea77ddbbda3dba.tar.gz
swis-fb26217c55644bcce8b1d764e2ea77ddbbda3dba.tar.bz2
Mode db.mysql to backend/mysql
-rw-r--r--backend/mysql/Makefile.am1
-rw-r--r--backend/mysql/db.mysql (renamed from src/db.mysql)0
-rw-r--r--src/Makefile.am2
3 files changed, 2 insertions, 1 deletions
diff --git a/backend/mysql/Makefile.am b/backend/mysql/Makefile.am
index 6c8e35d..27d6287 100644
--- a/backend/mysql/Makefile.am
+++ b/backend/mysql/Makefile.am
@@ -22,3 +22,4 @@ mysql_la_SOURCES = mysql.c
mysql_la_LIBADD = ../../lib/libswis.la -lmysqlclient -lm
AM_LDFLAGS = -module -avoid-version -no-undefined
INCLUDES = -I$(top_srcdir)/include @GRECS_INCLUDES@
+EXTRA_DIST = db.mysql \ No newline at end of file
diff --git a/src/db.mysql b/backend/mysql/db.mysql
index 113e5c9..113e5c9 100644
--- a/src/db.mysql
+++ b/backend/mysql/db.mysql
diff --git a/src/Makefile.am b/src/Makefile.am
index ee2e089..0689d80 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@ bin_SCRIPTS=swis
BUILT_SOURCES=
noinst_HEADERS=swis.h
-EXTRA_DIST=swis.in db.mysql swis.conf config.m4
+EXTRA_DIST=swis.in swis.conf config.m4
CLEANFILES=swis
cfgtool_SOURCES=\

Return to:

Send suggestions and report system problems to the System administrator.