diff options
author | Felipe Magno de Almeida <felipe@expertisesolutions.com.br> | 2014-05-04 12:19:39 +0200 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2014-05-04 12:21:30 +0200 |
commit | 814982389759069625f4fb0c460436a8f4d894c6 (patch) | |
tree | 3ff7ddf4880bc1ec21d65f9369e0024047a782e7 /Makefile.am | |
parent | 05963f40523c952470cce5ab5aac582cca1d4d32 (diff) |
eolian-cxx: fix make distcheck and automake files for Eolian C++
Summary:
Fixed distcheck for Eolian C++. Made the generated files as
nodist so it doesn't get picked up for generation way too
early.
Reviewers: cedric, seoz
CC: cedric
Maniphest Tasks: T1220
Differential Revision: https://phab.enlightenment.org/D820
Signed-off-by: Cedric Bail <cedric.bail@free.fr>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4bdb0775bc..d18778d750 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -126,8 +126,10 @@ pc/eo-cxx.pc \ | |||
126 | pc/eolian.pc \ | 126 | pc/eolian.pc \ |
127 | pc/eolian-cxx.pc \ | 127 | pc/eolian-cxx.pc \ |
128 | pc/eet.pc \ | 128 | pc/eet.pc \ |
129 | pc/eet-cxx.pc \ | ||
129 | pc/evas.pc \ | 130 | pc/evas.pc \ |
130 | pc/ecore.pc \ | 131 | pc/ecore.pc \ |
132 | pc/ecore-cxx.pc \ | ||
131 | pc/ecore-con.pc \ | 133 | pc/ecore-con.pc \ |
132 | pc/ecore-ipc.pc \ | 134 | pc/ecore-ipc.pc \ |
133 | pc/ecore-file.pc \ | 135 | pc/ecore-file.pc \ |
@@ -144,6 +146,7 @@ pc/efreet.pc \ | |||
144 | pc/efreet-mime.pc \ | 146 | pc/efreet-mime.pc \ |
145 | pc/efreet-trash.pc \ | 147 | pc/efreet-trash.pc \ |
146 | pc/edje.pc \ | 148 | pc/edje.pc \ |
149 | pc/edje-cxx.pc \ | ||
147 | pc/emotion.pc \ | 150 | pc/emotion.pc \ |
148 | pc/ethumb.pc \ | 151 | pc/ethumb.pc \ |
149 | pc/ethumb_client.pc \ | 152 | pc/ethumb_client.pc \ |
@@ -242,7 +245,7 @@ pkgconfig_DATA += pc/ephysics.pc | |||
242 | endif | 245 | endif |
243 | 246 | ||
244 | if HAVE_ECORE_AUDIO | 247 | if HAVE_ECORE_AUDIO |
245 | pkgconfig_DATA += pc/ecore-audio.pc | 248 | pkgconfig_DATA += pc/ecore-audio.pc pc/ecore-audio-cxx.pc |
246 | endif | 249 | endif |
247 | 250 | ||
248 | # Cmake configs: | 251 | # Cmake configs: |