diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-24 09:57:04 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-05-24 09:59:53 +0200 |
commit | e582a22db7fdbbd187fd1631c1cab3712fe85763 (patch) | |
tree | b61315e8715cb62d26f5b9764817616e7bc69e72 | |
parent | 6bf277e7948b01062459fd6b7ea2ba40b022e248 (diff) |
api: install common headers to ${prefix}/include/ModemManager
...instead of ${prefix}/include/mm
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 9724bfd8..f0a69d9d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -2,7 +2,7 @@ XSLTPROC = xsltproc --xinclude --nonet XMLS = $(wildcard $(top_srcdir)/introspection/*.xml) -includedir = @includedir@/mm +includedir = @includedir@/ModemManager include_HEADERS = \ ModemManager-names.h \ |