]> git.pld-linux.org Git - packages/anyremote.git/blob - anyremote-link.patch
- 4.6
[packages/anyremote.git] / anyremote-link.patch
1 diff -urN anyremote-2.0/src/Makefile.am anyremote-2.0.new/src/Makefile.am
2 --- anyremote-2.0/src/Makefile.am       2006-11-03 17:58:20.000000000 +0100
3 +++ anyremote-2.0.new/src/Makefile.am   2006-11-19 18:32:58.000000000 +0100
4 @@ -1,3 +1,4 @@
5  bin_PROGRAMS = anyremote
6  anyremote_SOURCES = atsend.c btio.c  main.c parse.c atsend.h common.h  btio.h common.h parse.h
7 -anyremote_LDFLAGS = @LDFLAGS@ -lbluetooth
8 +anyremote_LDFLAGS = @LDFLAGS@
9 +anyremote_LDADD = -lbluetooth
This page took 0.074143 seconds and 3 git commands to generate.