fix the new makefiles in php/ and perl/

This commit is contained in:
Daniel Stenberg 2001-03-16 13:35:45 +00:00
parent 0fa9135d9f
commit aa860990ad
1 changed files with 6 additions and 1 deletions

View File

@ -789,5 +789,10 @@ AC_OUTPUT( Makefile \
packages/Linux/Makefile \
packages/Linux/RPM/Makefile \
packages/Linux/RPM/curl.spec \
packages/Linux/RPM/curl-ssl.spec )
packages/Linux/RPM/curl-ssl.spec \
perl/Makefile \
perl/Curl_easy/Makefile \
php/Makefile \
php/examples/Makefile
)