From 609a9925beef935217ca2cb24c6b5d5d64a6035e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Apr 2003 22:02:18 +0000 Subject: build the resistance/placement plugins --- build/Makefile.incl.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/Makefile.incl.in') 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) -- cgit v1.2.3