diff options
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in index e025751d..c420d82b 100644 --- a/build/Makefile.incl.in +++ b/build/Makefile.incl.in @@ -55,6 +55,6 @@ themedir = $(datadir)/openbox/themes COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -LINK = $(LIBTOOL) --mode=link $(CC) +LINK = $(LIBTOOL) --mode=link $(CC) $(LIBS) LTCLEAN = $(LIBTOOL) --mode=clean $(RM) LTRM = $(LIBTOOL) --mode=uninstall $(RM) |
