diff options
Diffstat (limited to 'progs/directfb')
-rw-r--r-- | progs/directfb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/directfb/Makefile b/progs/directfb/Makefile index 53b100a18d9..e03680e5164 100644 --- a/progs/directfb/Makefile +++ b/progs/directfb/Makefile @@ -22,7 +22,7 @@ PROGS = df_gears \ .SUFFIXES: .c .c: $(LIB_DEP) - $(CC) -I$(INCDIR) $(CFLAGS) $< $(APP_LIB_DEPS) -o $@ + $(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< $(APP_LIB_DEPS) -o $@ ##### TARGETS ##### |