mirror of
https://github.com/labwc/labwc.git
synced 2025-11-20 06:59:54 -05:00
mv xbm/ ..
This commit is contained in:
parent
a042aad9f6
commit
fd8d9a395d
16 changed files with 22 additions and 13 deletions
|
|
@ -7,10 +7,10 @@ PROGS = xbm-tokenize xbm-parse
|
|||
|
||||
DEP_TOKENIZE = \
|
||||
../../src/common/buf.c \
|
||||
../../src/theme/xbm/tokenize.c
|
||||
../../src/xbm/tokenize.c
|
||||
|
||||
DEP_PARSE = $(DEP_TOKENIZE) \
|
||||
../../src/theme/xbm/parse.c \
|
||||
../../src/xbm/parse.c \
|
||||
../../src/common/grab-file.c
|
||||
|
||||
all: $(PROGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue