diff -ur pommed-1.22.orig/gpomme/Makefile pommed-1.22/gpomme/Makefile --- pommed-1.22.orig/gpomme/Makefile 2008-10-07 19:10:00 +0300 +++ pommed-1.22/gpomme/Makefile 2008-11-15 20:06:18 +0200 @@ -33,6 +33,7 @@ mo: $(MOFILES) gpomme: $(OBJS) $(LIBS) + $(CC) -o gpomme $(OBJS) $(CFLAGS) $(LDFLAGS) gpomme.o: gpomme.c gpomme.h theme.h ../client-common/dbus-client.h ../client-common/video-client.h diff -ur pommed-1.22.orig/pommed/Makefile pommed-1.22/pommed/Makefile --- pommed-1.22.orig/pommed/Makefile 2008-06-03 20:19:03 +0300 +++ pommed-1.22/pommed/Makefile 2008-11-15 20:07:38 +0200 @@ -66,6 +66,7 @@ pommed: $(OBJS) $(LIBS) + $(CC) -o pommed $(OBJS) $(CFLAGS) $(LDFLAGS) pommed.o: pommed.c pommed.h evloop.h kbd_backlight.h lcd_backlight.h cd_eject.h evdev.h conffile.h audio.h dbus.h beep.h diff -ur pommed-1.22.orig/wmpomme/Makefile pommed-1.22/wmpomme/Makefile --- pommed-1.22.orig/wmpomme/Makefile 2008-11-09 17:52:23 +0200 +++ pommed-1.22/wmpomme/Makefile 2008-11-15 20:08:20 +0200 @@ -13,6 +13,7 @@ OBJS = $(SOURCES:%.c=%.o) wmpomme: $(OBJS) + $(CC) -o wmpomme $(OBJS) $(CFLAGS) $(LDFLAGS) wmpomme.o: wmpomme.c wmgeneral.h wmpomme-master.xpm ../client-common/dbus-client.h