From b19cf181b0ea5977c912767ff9f50c2e648f39ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jul 2018 09:57:47 +0200 Subject: v2.7.0 from Fedora: * Sun Jul 01 2018 Shawn Iwinski - 2.7.0-1 - Update to 2.7.0 (RHBZ #1590046) - Add composer.json to repo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d095534..eb511d9 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ INCL1 := $(shell php-config --includes) INCL2 := -I $(shell php-config --include-dir)/sapi/embed LIBS := -lphp5 $(shell php-config --libs) -include ../../common/Makefile +include ../../../common/Makefile tembed: tembed.c gcc -Wall $(INCL1) $(INCL2) tembed.c $(LIBS) -o tembed -- cgit