diff options
author | Daniel Willmann <d.willmann@samsung.com> | 2013-01-25 13:51:29 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2013-01-25 13:51:29 +0000 |
commit | 9622d127cc85d8f146b0c003f034f6b7c899b163 (patch) | |
tree | b00e025cc81926161c7f953367dd58c33e4c8f3a /Makefile.am | |
parent | 9d8ff8a933297002a7716ce1adaf8e2f9cb96512 (diff) | |
download | efl-9622d127cc85d8f146b0c003f034f6b7c899b163.tar.gz |
efl: Actually install the ecore-audio.pc file
Seems this was lost during my rebase from ecore to the merged tree...
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 83330
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d52f527847..a0924be285 100644 --- a/Makefile.am +++ b/Makefile.am @@ -223,6 +223,9 @@ if HAVE_EPHYSICS pkgconfig_DATA += pc/ephysics.pc endif +if HAVE_ECORE_AUDIO +pkgconfig_DATA += pc/ecore-audio.pc +endif # D-Bus services: |