diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-03 22:02:18 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-03 22:02:18 +0000 |
| commit | 609a9925beef935217ca2cb24c6b5d5d64a6035e (patch) | |
| tree | ca5dd7c4c5385b97bcd1f1f5aec01f65e41568f3 /build/Makefile.incl.in | |
| parent | dd0304e00d5152168b11b003c081821befb71c31 (diff) | |
build the resistance/placement plugins
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) |
