X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=7adb7e0b4dbfe928982fc20f35078978a6d03bbc;hb=a285ac2f570e52793efe0a2d7ef76e32fdb28fb5;hp=12ee08b4a741f26a5292ec3f9b59daafe206f265;hpb=60d7e53938ee1ad1f644e126c6f7679127b643e7;p=free-sw%2Fxcb%2Fdemo diff --git a/Makefile.am b/Makefile.am index 12ee08b..7adb7e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,13 +13,13 @@ bin_PROGRAMS = dpms hypnomoire rendertest xcb-test xcbrandr xcbxf86dri \ hypnomoire_CFLAGS = $(XCBAUX_CFLAGS) hypnomoire_LDADD = $(XCBAUX_LIBS) -lm -lpthread -hypnomoire_SOURCES = hypnomoire.c reply_formats.c +hypnomoire_SOURCES = hypnomoire.c reply_formats.c reply_formats.h xcbdpyinfo_SOURCES = xcbdpyinfo.c xcb_test_CFLAGS = $(XCBAUX_CFLAGS) xcb_test_LDADD = $(XCBAUX_LIBS) -lpthread -xcb_test_SOURCES = main.c reply_formats.c +xcb_test_SOURCES = main.c reply_formats.c reply_formats.h dpms_CFLAGS = $(XCBDPMS_CFLAGS) dpms_LDADD = $(XCBDPMS_LIBS)