Makefile.am revision 706f2543
1noinst_LTLIBRARIES = libXquartzXpr.la 2 3AM_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 driWrap.c \ 13 xprAppleWM.c \ 14 xprCursor.c \ 15 xprEvent.c \ 16 xprFrame.c \ 17 xprScreen.c \ 18 x-hash.c \ 19 x-hook.c \ 20 x-list.c 21 22EXTRA_DIST = \ 23 dri.h \ 24 driWrap.h \ 25 dristruct.h \ 26 appledri.h \ 27 appledristr.h \ 28 x-hash.h \ 29 x-hook.h \ 30 x-list.h \ 31 xpr.h \ 32 xprEvent.h 33