Skip to content

Commit 48c82eb

Browse files
committed
move source files to src/
1 parent a3e585a commit 48c82eb

14 files changed

Lines changed: 1 addition & 1 deletion

File tree

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if test "$PHP_BENCODE" != "no"; then
99
PHP_REQUIRE_CXX()
1010
PHP_SUBST(BENCODE_SHARED_LIBADD)
1111
PHP_ADD_LIBRARY(stdc++, 1, BENCODE_SHARED_LIBADD)
12-
PHP_NEW_EXTENSION(bencode, bencode.cc bitem.cc bdict.cc blist.cc bstr.cc bint.cc, $ext_shared)
12+
PHP_NEW_EXTENSION(bencode, src/bencode.cc src/bitem.cc src/bdict.cc src/blist.cc src/bstr.cc src/bint.cc, $ext_shared)
1313
fi
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.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)