diff options
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in index 603055a7..1ada8e3c 100644 --- a/build/Makefile.incl.in +++ b/build/Makefile.incl.in @@ -45,6 +45,8 @@ themesdir = $(datadir)/openbox/themes depdir = .deps COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) LINK = $(LIBTOOL) --mode=link $(CC) LTCLEAN = $(LIBTOOL) --mode=clean $(RM) +LTRM = $(LIBTOOL) --mode=uninstall $(RM) |
