]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.kernel
move the openbox engine into librender and the kernel. the theme is loaded and stored...
[chaz/openbox] / build / Makefile.kernel
index a58798e244a4b6e80f21b53fd395817f87b55e01..e0ccfa264a26cd0dbfb53f2bb7d247f50476b325 100644 (file)
@@ -9,8 +9,8 @@ LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) $(X_LIBS) $(XINERAMA_LIBS) \
 LDFLAGS += -Lrender -export-dynamic
 
 target = openbox3
-sources = action.c client.c config.c dispatch.c engine.c event.c group.c \
-          extensions.c focus.c frame.c grab.c menu.c openbox.c \
+sources = action.c client.c config.c dispatch.c event.c group.c \
+          extensions.c focus.c frame.c grab.c menu.c openbox.c framerender.c \
           parse.c plugin.c prop.c screen.c stacking.c timer.c xerror.c \
           parse.lex.c parse.tab.c
 
@@ -41,7 +41,7 @@ $(dir)/%.lo: $(srcdir)/%.c $(depdir)/%.d
 
 $(depdir)/%.d: $(srcdir)/%.c
        @echo Building dependancies for $<
-       $(INSTALL) -d $(depdir)
+       @$(INSTALL) -d $(depdir)
        @$(CC) $(CPPFLAGS) $(CFLAGS) -w -MM -MF $@ -MQ $(<:.c=.lo) $<
 
 install:
This page took 0.025689 seconds and 4 git commands to generate.