aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/shadowfb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xfree86/shadowfb/Makefile.am')
-rw-r--r--xorg-server/hw/xfree86/shadowfb/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/shadowfb/Makefile.am b/xorg-server/hw/xfree86/shadowfb/Makefile.am
new file mode 100644
index 000000000..02d2dd4ea
--- /dev/null
+++ b/xorg-server/hw/xfree86/shadowfb/Makefile.am
@@ -0,0 +1,9 @@
+module_LTLIBRARIES = libshadowfb.la
+libshadowfb_la_LDFLAGS = -avoid-version
+libshadowfb_la_SOURCES = sfbmodule.c shadow.c
+
+sdk_HEADERS = shadowfb.h
+
+INCLUDES = $(XORG_INCS)
+
+AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)