Install header files and pkg-config file for external modules

This patch installs the three header files that define the compositor
plugin interface as well as a pkg-config file.  This allows
building weston plugins outside the weston tree.  We currently don't make
any guarantees about the plugin API/ABI except that within a stable
branch we won't break it.
This commit is contained in:
Kristian Høgsberg
2013-02-15 20:53:20 -05:00
parent 554a0da74a
commit af4f2aaf19
8 changed files with 87 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/shared \
-DDATADIR='"$(datadir)"' \
-DMODULEDIR='"$(moduledir)"' \
-DLIBEXECDIR='"$(libexecdir)"' \