summaryrefslogtreecommitdiff
path: root/hw/xfree86/shadowfb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/shadowfb/Makefile.am')
-rw-r--r--hw/xfree86/shadowfb/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/xfree86/shadowfb/Makefile.am b/hw/xfree86/shadowfb/Makefile.am
new file mode 100644
index 000000000..d8e2e1dc9
--- /dev/null
+++ b/hw/xfree86/shadowfb/Makefile.am
@@ -0,0 +1,6 @@
+module_LTLIBRARIES = libshadowfb.la
+libshadowfb_la_SOURCES = sfbmodule.c shadow.c
+
+sdk_HEADERS = shadowfb.h
+
+INCLUDES = $(XORG_INCS)