From 4ecdac93022505288a0162c8017bba8c8d2e9aed Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Thu, 9 Apr 2015 11:16:51 -0300 Subject: [PATCH] efl interfaces: Fix conditional for generation for pkgconfig for C++ Do not generate efl-cxx.pc when C++ is disabled. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6278e421b9..a756511811 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,6 @@ pc/eina.pc \ pc/eo.pc \ pc/eolian.pc \ pc/efl.pc \ -pc/efl-cxx.pc \ pc/emile.pc \ pc/eet.pc \ pc/evas.pc \ @@ -159,6 +158,7 @@ pkgconfig_DATA += \ pc/eina-cxx.pc \ pc/evas-cxx.pc \ pc/ecore-cxx.pc \ +pc/efl-cxx.pc \ pc/eolian-cxx.pc \ pc/edje-cxx.pc \ pc/eet-cxx.pc \