summaryrefslogtreecommitdiff
path: root/xserver/composite/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 18:19:47 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 18:19:47 +0000
commit04f51aaa1f5b0cac419d2891812446c790b9c581 (patch)
tree7d104a653aff8d7488bc039ba435118115c18807 /xserver/composite/Makefile.am
parent4a168ba45f33263ee86fc398ff32f108cffb1330 (diff)
Importing xserver from X.Org 7.2RC2
Diffstat (limited to 'xserver/composite/Makefile.am')
-rw-r--r--xserver/composite/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/xserver/composite/Makefile.am b/xserver/composite/Makefile.am
new file mode 100644
index 000000000..21504e659
--- /dev/null
+++ b/xserver/composite/Makefile.am
@@ -0,0 +1,10 @@
+noinst_LTLIBRARIES = libcomposite.la
+
+AM_CFLAGS = $(DIX_CFLAGS)
+
+libcomposite_la_SOURCES = \
+ compalloc.c \
+ compext.c \
+ compint.h \
+ compinit.c \
+ compwindow.c