diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-08 16:58:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-08 16:58:03 +0100 |
commit | f2a570a92f3e0a0849cdd8117e9ed8ce5eac7283 (patch) | |
tree | 5188d897ab60931d784d01bc99cc879438124ddb /Makefile | |
parent | 3c6b798ea2d422bcc515318dd2c845d25e2dc8a7 (diff) |
php-idn: also provides ZTS extension
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile |