diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-03-25 18:32:07 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-03-25 18:32:07 +0100 |
commit | c352c504a50a6dc2461e5fdd7ea4a4f5ed76e846 (patch) | |
tree | d51127ad10433b5525931e45253f90298e1b6591 /Makefile.am | |
parent | 2261964ca233df1205e92a76af0addb89c763aa3 (diff) | |
download | efl-c352c504a50a6dc2461e5fdd7ea4a4f5ed76e846.tar.gz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ef7c8a4292..0ec3bf4bc1 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 += \ |