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