From 9bbb50b3a32511baadb6bfdcb464a4eca526a413 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Aug 2014 17:39:21 +0200 Subject: php-pecl-jsonc: for SCL --- php-pecl-jsonc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 php-pecl-jsonc/Makefile (limited to 'php-pecl-jsonc/Makefile') diff --git a/php-pecl-jsonc/Makefile b/php-pecl-jsonc/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/php-pecl-jsonc/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + -- cgit