mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Split main.c into smaller files
This commit is contained in:
parent
a194e07809
commit
52f81e4a39
8 changed files with 539 additions and 513 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
|
||||
labwc: xdg-shell-protocol.o main.o xdg.o view.o xwl.o server.o output.o
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
xdg-shell-protocol.h:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue