]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.incl.in
typo
[chaz/openbox] / build / Makefile.incl.in
index 603055a7a46b762435e55cbfae1e3b10be363545..a52c865c9892b8e02c2fcd403bb0bdbd81ebdfa9 100644 (file)
@@ -40,11 +40,13 @@ localedir = $(datadir)/locale
 enginedir = $(libdir)/openbox/engines
 plugindir = $(libdir)/openbox/plugins
 rcdir = $(datadir)/openbox
-themesdir = $(datadir)/openbox/themes
+themedir = $(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)
This page took 0.02133 seconds and 4 git commands to generate.