From 01aaf44c0d435612b8fcaee2cf5b9fede89e27bb Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 13 Jun 2008 17:17:15 +0200 Subject: [PATCH] Include mm.h in Makefile.am and add mm-module.h --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index b502bb4..e26e40f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ lib_LTLIBRARIES = \ libmmanager_includedir=$(includedir)/libmmanager libmmanager_headers = \ + mm.h \ mm-application.h \ mm-application-provider.h \ mm-category.h \ @@ -33,6 +34,7 @@ libmmanager_headers = \ mm-filter-param.h \ mm-attribute-manager.h \ mm-attribute-base-manager.h \ + mm-module.h \ mm-types.h libmmanager_include_HEADERS = \ -- 2.11.4.GIT