summaryrefslogtreecommitdiff
path: root/util/cairo-missing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'util/cairo-missing/Makefile.am')
-rwxr-xr-xutil/cairo-missing/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/cairo-missing/Makefile.am b/util/cairo-missing/Makefile.am
new file mode 100755
index 000000000..907861026
--- /dev/null
+++ b/util/cairo-missing/Makefile.am
@@ -0,0 +1,10 @@
+include $(top_srcdir)/util/cairo-missing/Makefile.sources
+
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
+
+noinst_LTLIBRARIES = libcairo-missing.la
+
+libcairo_missing_la_SOURCES = \
+ $(libcairo_missing_sources) \
+ $(libcairo_missing_headers) \
+ $(NULL)