diff options
| author | Zeev Suraski <zeev@php.net> | 1999-09-03 19:37:46 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-09-03 19:37:46 +0000 |
| commit | 90f67c6245c1357fad6293bfb6efbd9804c531de (patch) | |
| tree | 89061192be538e10c76816f3c714cb29810df1a4 /ext/mysql | |
| parent | d7d966f7c6a379bd676e007d8c01546566fa9628 (diff) | |
| download | php-git-90f67c6245c1357fad6293bfb6efbd9804c531de.tar.gz | |
More cleanups
Diffstat (limited to 'ext/mysql')
| -rw-r--r-- | ext/mysql/Makefile.am | 2 | ||||
| -rw-r--r-- | ext/mysql/mysql.dsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysql/Makefile.am b/ext/mysql/Makefile.am index 4ab985db5b..f035f76af9 100644 --- a/ext/mysql/Makefile.am +++ b/ext/mysql/Makefile.am @@ -2,7 +2,7 @@ phplibdir=$(libdir)/php -SRC=mysql.c +SRC=php_mysql.c INCLUDES=@INCLUDES@ @MYSQL_INCLUDE@ -I@top_srcdir@ -I@top_srcdir@/libzend noinst_LIBRARIES=@MYSQL_STATIC@ EXTRA_LIBRARIES=libphpext_mysql.a diff --git a/ext/mysql/mysql.dsp b/ext/mysql/mysql.dsp index acb2685de7..c961381bc7 100644 --- a/ext/mysql/mysql.dsp +++ b/ext/mysql/mysql.dsp @@ -148,7 +148,7 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=.\mysql.c
+SOURCE=.\php_mysql.c
# End Source File
# End Group
# Begin Group "Header Files"
|
