mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Move some functions from main.c to dbg.c
This commit is contained in:
parent
7732869870
commit
6eb362b842
4 changed files with 80 additions and 75 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ WS = `pkg-config --variable=wayland_scanner wayland-scanner`
|
|||
|
||||
all: labwc
|
||||
|
||||
labwc: xdg-shell-protocol.o main.o xdg.o view.o xwl.o server.o output.o
|
||||
labwc: xdg-shell-protocol.o main.o xdg.o view.o xwl.o server.o output.o dbg.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
xdg-shell-protocol.h:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue