blob: 8a390f000b1b176084d30fc952337a3344eb6eaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: Makefile
===================================================================
RCS file: /cvs/gpe/base/gpe-wlancfg2/Makefile,v
retrieving revision 1.20
diff -r1.20 Makefile
62c62
< $(CC) -o $@ $^ $(LDFLAGS) $(GPELIBS) -lfl -lXrender -lXinerama
---
> $(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS)
72c72
< install-program: all
---
> install-program: all $(PACKAGE).desktop
|