Skip to content

Commit

Permalink
build: move php7-ext/* to php-ext/
Browse files Browse the repository at this point in the history
References: KC-1042
  • Loading branch information
jengelh committed Aug 15, 2019
1 parent 153067d commit b8d29e9
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile.am
Expand Up @@ -776,18 +776,18 @@ dist_phpsysconf_DATA = php-ext/mapi.ini
# PHP extension
#
phplibdir = ${dcprefix}${PHP_EXTENSION_DIR}
mapi_la_CPPFLAGS = ${AM_CPPFLAGS} ${PHP_INCLUDES} -I${srcdir}/php7-ext -I${srcdir}/php-ext
mapi_la_CPPFLAGS = ${AM_CPPFLAGS} ${PHP_INCLUDES} -I${srcdir}/php-ext
mapi_la_CXXFLAGS = ${AM_CXXFLAGS} ${ZPHPCXXFLAGS}
phplib_LTLIBRARIES = mapi.la
mapi_la_SOURCES = \
php7-ext/ECImportContentsChangesProxy.cpp \
php7-ext/ECImportContentsChangesProxy.h \
php7-ext/ECImportHierarchyChangesProxy.cpp \
php7-ext/ECImportHierarchyChangesProxy.h \
php-ext/ECImportContentsChangesProxy.cpp \
php-ext/ECImportContentsChangesProxy.h \
php-ext/ECImportHierarchyChangesProxy.cpp \
php-ext/ECImportHierarchyChangesProxy.h \
php-ext/ECRulesTableProxy.cpp php-ext/ECRulesTableProxy.h \
php-ext/globals.h php7-ext/main.cpp php-ext/main.h \
php-ext/globals.h php-ext/main.cpp php-ext/main.h \
php-ext/phpconfig.h \
php7-ext/typeconversion.cpp php7-ext/typeconversion.h \
php-ext/typeconversion.cpp php-ext/typeconversion.h \
php-ext/util.cpp php-ext/util.h
mapi_la_LIBADD = libmapi.la libkcutil.la libkcfreebusy.la \
libkcinetmapi.la libkcicalmapi.la -lpthread
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b8d29e9

Please sign in to comment.