diff options
Diffstat (limited to 'xorg-server/composite/Makefile.am')
-rw-r--r-- | xorg-server/composite/Makefile.am | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/xorg-server/composite/Makefile.am b/xorg-server/composite/Makefile.am index a7c0804e8..c2f5123f2 100644 --- a/xorg-server/composite/Makefile.am +++ b/xorg-server/composite/Makefile.am @@ -1,15 +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
+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 |