Fixed Makefile for MatterLinux packaging
This commit is contained in:
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ PO_FILES = $(wildcard locale/*/*/*.po)
|
||||
|
||||
dist/xcfg: $(SRCS) $(HEADERS) $(PO_FILES)
|
||||
mkdir -p dist
|
||||
gcc $(CFLAGS) $(SRCS) -o $@ -lcurses -lmenu -lm
|
||||
gcc $(CFLAGS) $(SRCS) -o $@ -lncurses -lmenu -lm
|
||||
mkdir -p locale
|
||||
xgettext -k_ -c $(SRCS) -o locale/xcfg.pot
|
||||
@for po in $(PO_DIRS) ; do \
|
||||
|
Reference in New Issue
Block a user