summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/libogg.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libogg.recipe b/recipes/libogg.recipe
index 3233e94..10680f4 100644
--- a/recipes/libogg.recipe
+++ b/recipes/libogg.recipe
@@ -8,7 +8,7 @@ class Recipe(recipe.Recipe):
licenses = [License.BSD_like]
files_libs = ['libogg']
- files_devel = ['include/ogg', 'lib/pkgconfig/ogg.pc']
+ files_devel = ['include/ogg', 'lib/pkgconfig/ogg.pc', 'share/aclocal/ogg.m4']
def prepare(self):
if self.config.target_platform == Platform.IOS: