diff options
Diffstat (limited to 'pand')
-rw-r--r-- | pand/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pand/Makefile.am b/pand/Makefile.am index 342b2244..447e950b 100644 --- a/pand/Makefile.am +++ b/pand/Makefile.am @@ -1,8 +1,11 @@ +if PAND bin_PROGRAMS = pand pand_SOURCES = main.c pand.h bnep.c sdp.c + pand_LDADD = @BLUEZ_LIBS@ +endif AM_CFLAGS = @BLUEZ_CFLAGS@ |