Rely on libDesktop for portability
This commit is contained in:
parent
54bc9f875d
commit
fd09358e90
|
@ -8,12 +8,8 @@ dist=Makefile,common.c,xsltproc.sh
|
|||
|
||||
[engineering]
|
||||
type=binary
|
||||
#for Gtk+ 2
|
||||
#cflags=`pkg-config --cflags libSystem gtk+-2.0`
|
||||
#ldflags=`pkg-config --libs libSystem gtk+-2.0`
|
||||
#for Gtk+ 3
|
||||
cflags=`pkg-config --cflags libSystem gtk+-3.0`
|
||||
ldflags=`pkg-config --libs libSystem gtk+-3.0`
|
||||
cflags=`pkg-config --cflags libDesktop`
|
||||
ldflags=`pkg-config --libs libDesktop`
|
||||
sources=engineering.c
|
||||
|
||||
[engineering.c]
|
||||
|
@ -42,12 +38,8 @@ cppflags=-I../src/modems
|
|||
[smscrypt]
|
||||
type=binary
|
||||
sources=smscrypt.c
|
||||
#for Gtk+ 2
|
||||
#cflags=`pkg-config --cflags openssl libSystem gtk+-2.0`
|
||||
#ldflags=`pkg-config --libs openssl libSystem gtk+-2.0`
|
||||
#for Gtk+ 3
|
||||
cflags=`pkg-config --cflags openssl libSystem gtk+-3.0`
|
||||
ldflags=`pkg-config --libs openssl libSystem gtk+-3.0`
|
||||
cflags=`pkg-config --cflags openssl libDesktop`
|
||||
ldflags=`pkg-config --libs openssl libDesktop`
|
||||
|
||||
[smscrypt.c]
|
||||
depends=../include/Phone.h,../src/plugins/smscrypt.c
|
||||
|
|
Loading…
Reference in New Issue
Block a user