diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index a08ec1b..0a7b9be 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -73,13 +73,13 @@ PROVIDERS_SUBDIRS = @subdirs@ | |||
73 | srcdir = @abs_srcdir@ | 73 | srcdir = @abs_srcdir@ |
74 | builddir = @abs_builddir@ | 74 | builddir = @abs_builddir@ |
75 | 75 | ||
76 | OBJ = $(SOURCES:.c=.o) $(sslSOURCES:.c=.o) $(mysqlSOURCES:.c=.o) \ | 76 | OBJ = $(coreSOURCES:.c=.o) $(sslSOURCES:.c=.o) $(mysqlSOURCES:.c=.o) \ |
77 | $(dbiSOURCES:.c=.o) $(pgsqlSOURCES:.c=.o) | 77 | $(dbiSOURCES:.c=.o) $(pgsqlSOURCES:.c=.o) |
78 | 78 | ||
79 | LO = $(SOURCES:.c=.lo) $(sslSOURCES:.c=.lo) $(mysqlSOURCES:.c=.lo) \ | 79 | LO = $(coreSOURCES:.c=.lo) $(sslSOURCES:.c=.lo) $(mysqlSOURCES:.c=.lo) \ |
80 | $(dbiSOURCES:.c=.lo) $(pgsqlSOURCES:.c=.lo) | 80 | $(dbiSOURCES:.c=.lo) $(pgsqlSOURCES:.c=.lo) |
81 | 81 | ||
82 | SLO = $(SOURCES:.c=.slo) $(sslSOURCES:.c=.slo) $(mysqlSOURCES:.c=.slo) \ | 82 | SLO = $(coreSOURCES:.c=.slo) $(sslSOURCES:.c=.slo) $(mysqlSOURCES:.c=.slo) \ |
83 | $(dbiSOURCES:.c=.slo) $(pgsqlSOURCES:.c=.slo) | 83 | $(dbiSOURCES:.c=.slo) $(pgsqlSOURCES:.c=.slo) |
84 | 84 | ||
85 | STD_DIST = install-sh \ | 85 | STD_DIST = install-sh \ |