diff options
Diffstat (limited to 'xorg-server/miext/cw/Makefile.am')
-rw-r--r-- | xorg-server/miext/cw/Makefile.am | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/xorg-server/miext/cw/Makefile.am b/xorg-server/miext/cw/Makefile.am index e056f4279..cb6cea725 100644 --- a/xorg-server/miext/cw/Makefile.am +++ b/xorg-server/miext/cw/Makefile.am @@ -1,11 +1,11 @@ -noinst_LTLIBRARIES = libcw.la - -AM_CFLAGS = $(DIX_CFLAGS) - -INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support - -libcw_la_SOURCES = \ - cw.c \ - cw_ops.c \ - cw_render.c \ - cw.h +noinst_LTLIBRARIES = libcw.la
+
+AM_CFLAGS = $(DIX_CFLAGS)
+
+INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
+
+libcw_la_SOURCES = \
+ cw.c \
+ cw_ops.c \
+ cw_render.c \
+ cw.h
|