Show
Ignore:
Timestamp:
02/05/10 03:53:41 (2 years ago)
Author:
L. Donnie Smith <donnie.smith@…>
Parents:
2100f14c612471084434b364501e3818c7f4144e
Children:
69c758d6b8d0796f2d72a6d334be1e259fc45ab4
git-committer:
L. Donnie Smith <donnie.smith@gatech.edu> / 2010-02-04T22:53:41Z-0500
Message:

fix link options for --as-needed (#90)

also fix a couple of includes

Location:
wminput
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wminput/Makefile.in

    r6f6c678 r6af6786  
    1515        -DCWIID_PLUGINS_DIR=\"$(CWIID_PLUGINS_DIR)\" 
    1616 
    17 LDLIBS += -lcwiid -ldl 
     17LDLIBS += -lcwiid -lbluetooth -ldl -lpthread 
    1818LDFLAGS += -L@top_builddir@/libcwiid -rdynamic 
    1919INST_DIR = @bindir@ 
  • wminput/main.c

    r2100f14 r6af6786  
    3131#include <sys/types.h> 
    3232#include <unistd.h> 
     33#include <bluetooth/bluetooth.h> 
    3334 
    3435#include <cwiid.h>