stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c352c504a50a6dc2461e5fdd7ea4a4f5ed76e846

commit c352c504a50a6dc2461e5fdd7ea4a4f5ed76e846
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Mar 25 18:32:07 2016 +0100

    build: make sure elementary.pc file gets actually installed
    
    It was missing from the Makefile and thus not installed. Thanks Scimmia for
    bringing this up.
    
    ref T3361
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ef7c8a4..0ec3bf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,7 +153,8 @@ pc/edje.pc \
 pc/emotion.pc \
 pc/ethumb.pc \
 pc/ethumb_client.pc \
-pc/elocation.pc
+pc/elocation.pc \
+pc/elementary.pc
 
 if HAVE_CXX11
 pkgconfig_DATA += \

-- 


Reply via email to