diff options
Diffstat (limited to 'xfixes/Makefile.am')
-rw-r--r-- | xfixes/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xfixes/Makefile.am b/xfixes/Makefile.am new file mode 100644 index 0000000..a8425e8 --- /dev/null +++ b/xfixes/Makefile.am @@ -0,0 +1,16 @@ +noinst_LTLIBRARIES = libxfixes.la + +AM_CFLAGS = $(DIX_CFLAGS) + +if XORG +sdk_HEADERS = xfixes.h +endif + +libxfixes_la_SOURCES = \ + cursor.c \ + region.c \ + saveset.c \ + select.c \ + xfixes.c \ + xfixes.h \ + xfixesint.h |