Build with "-lintl" by default
This commit is contained in:
parent
62cf66fadb
commit
a4a4370cb3
|
@ -8,7 +8,7 @@ CPPFLAGSF=
|
||||||
CPPFLAGS=
|
CPPFLAGS=
|
||||||
CFLAGSF = -W `pkg-config --cflags libDesktop`
|
CFLAGSF = -W `pkg-config --cflags libDesktop`
|
||||||
CFLAGS = -Wall -g -pedantic
|
CFLAGS = -Wall -g -pedantic
|
||||||
LDFLAGSF= `pkg-config --libs libDesktop`
|
LDFLAGSF= `pkg-config --libs libDesktop` -lintl
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -f
|
LN = ln -f
|
||||||
MKDIR = mkdir -m 0755 -p
|
MKDIR = mkdir -m 0755 -p
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
targets=keyboard,keyboardctl
|
targets=keyboard,keyboardctl
|
||||||
cflags_force=-W `pkg-config --cflags libDesktop`
|
cflags_force=-W `pkg-config --cflags libDesktop`
|
||||||
cflags=-Wall -g -O2
|
cflags=-Wall -g -O2
|
||||||
ldflags_force=`pkg-config --libs libDesktop`
|
ldflags_force=`pkg-config --libs libDesktop` -lintl
|
||||||
cflags=-Wall -g -pedantic
|
cflags=-Wall -g -pedantic
|
||||||
dist=Makefile,callbacks.h,common.h,key.h,keyboard.h,layout.h
|
dist=Makefile,callbacks.h,common.h,key.h,keyboard.h,layout.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user