diff options
Diffstat (limited to 'composite/Makefile.am')
-rw-r--r-- | composite/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composite/Makefile.am b/composite/Makefile.am new file mode 100644 index 0000000..c2f5123 --- /dev/null +++ b/composite/Makefile.am @@ -0,0 +1,15 @@ +noinst_LTLIBRARIES = libcomposite.la + +AM_CFLAGS = $(DIX_CFLAGS) + +if XORG +sdk_HEADERS = compositeext.h +endif + +libcomposite_la_SOURCES = \ + compalloc.c \ + compext.c \ + compint.h \ + compinit.c \ + compoverlay.c \ + compwindow.c |