X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=140e9fd9a5bb6aebd65b494ce3363042b361ecc4;hb=a7c06161253796a30a0237a7f5a044f459c8cf35;hp=6148a9850eea68621ed487abca8a02bc2927eecb;hpb=e05dda5c8cc6687dcbc59e182a81aed627e262d0;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 6148a985..140e9fd9 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -13,6 +13,7 @@ SRCS = system.c \ text.c \ sound.c \ joystick.c \ + snapshot.c \ toons.c \ pcx.c \ image.c \ @@ -28,6 +29,7 @@ OBJS = system.o \ gadgets.o \ text.o \ sound.o \ + snapshot.o \ joystick.o \ toons.o \ pcx.o \