remove some ply-answer cruft that lingered

The tests Makefiles needed updating.
This commit is contained in:
Ray Strode 2008-09-26 09:36:31 -04:00
parent 700992202c
commit bd9075ba26
2 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,5 @@ ply_boot_server_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_SERVER_ENABLE_TEST
ply_boot_server_test_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la
ply_boot_server_test_SOURCES = \
$(srcdir)/../libplybootsplash/ply-answer.h \
$(srcdir)/../libplybootsplash/ply-answer.c \
$(srcdir)/../ply-boot-server.h \
$(srcdir)/../ply-boot-server.c

View file

@ -4,8 +4,6 @@ ply_boot_splash_test_CFLAGS = $(PLYMOUTH_CFLAGS) -DPLY_BOOT_SPLASH_ENABLE_TEST
ply_boot_splash_test_LDADD = $(PLYMOUTH_LIBS) ../libply/libply.la
ply_boot_splash_test_SOURCES = \
$(srcdir)/../libplybootsplash/ply-answer.h \
$(srcdir)/../libplybootsplash/ply-answer.c \
$(srcdir)/../libplybootsplash/ply-boot-splash-plugin.h \
$(srcdir)/../libplybootsplash/ply-window.h \
$(srcdir)/../libplybootsplash/ply-window.c \