Makefile.am revision 1b5d61b8
1noinst_LTLIBRARIES = libpresent.la 2AM_CFLAGS = \ 3 -DHAVE_XORG_CONFIG_H \ 4 @DIX_CFLAGS@ @XORG_CFLAGS@ 5 6libpresent_la_SOURCES = \ 7 present.h \ 8 present.c \ 9 present_event.c \ 10 present_execute.c \ 11 present_fake.c \ 12 present_fence.c \ 13 present_notify.c \ 14 present_priv.h \ 15 present_request.c \ 16 present_scmd.c \ 17 present_screen.c \ 18 present_vblank.c \ 19 present_wnmd.c 20 21sdk_HEADERS = present.h presentext.h 22