X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2FMakefile.in;h=d9b512295c178766710b84e45e79fa0d0b5ef618;hp=7391a19f2584c108b0df0f4149d633a2665096ae;hb=a719ec12b8b2563112366a8ac3196816fd64d2c7;hpb=59ac4e9a0de290e4275a7bbb890ad16abd09d68f diff --git a/driver/Makefile.in b/driver/Makefile.in index 7391a19f..d9b51229 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -81,7 +81,7 @@ PAM_OBJS = passwd-pam.o LOCK_SRCS_1 = lock.c passwd.c LOCK_OBJS_1 = lock.o passwd.o -TEST_SRCS = test-passwd.c test-uid.c test-xdpms.c +TEST_SRCS = test-passwd.c test-uid.c test-xdpms.c test-grab.c TOOLKIT_SRCS = @TOOLKIT_SRCS@ TOOLKIT_OBJS = @TOOLKIT_OBJS@ @@ -401,6 +401,9 @@ test-uid: test-uid.o test-xdpms: test-xdpms.o $(CC) $(LDFLAGS) -o $@ test-xdpms.o $(SAVER_LIBS) +test-grab: test-grab.o + $(CC) $(LDFLAGS) -o $@ test-grab.o $(SAVER_LIBS) + # This kludge is so that I can build/test the Athena version of the # xscreensaver-demo program without having to re-run configure. @@ -499,4 +502,5 @@ test-passwd.o: $(UTILS_SRC)/visual.h test-passwd.o: XScreenSaver_ad.h test-uid.o: ../config.h test-xdpms.o: ../config.h +test-grab.o: ../config.h