Makefile.am revision 4642e01f
1noinst_LTLIBRARIES = libXquartzXpr.la 2 3AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) 4AM_CPPFLAGS = \ 5 -I$(srcdir) -I$(srcdir)/.. \ 6 -I$(top_srcdir)/miext \ 7 -I$(top_srcdir)/miext/rootless 8 9libXquartzXpr_la_SOURCES = \ 10 appledri.c \ 11 dri.c \ 12 xprAppleWM.c \ 13 xprCursor.c \ 14 xprEvent.c \ 15 xprFrame.c \ 16 xprScreen.c \ 17 x-hash.c \ 18 x-hook.c \ 19 x-list.c 20 21EXTRA_DIST = \ 22 dri.h \ 23 dristruct.h \ 24 appledri.h \ 25 appledristr.h \ 26 x-hash.h \ 27 x-hook.h \ 28 x-list.h \ 29 xpr.h \ 30 xprEvent.h 31