~hendrik-grewe/transmission/private-patch

« back to all changes in this revision

Viewing changes to libtransmission/Makefile.am

  • Committer: mikedld
  • Date: 2016-01-04 19:14:38 UTC
  • Revision ID: svn-v4:f4695dd4-2c0a-0410-b89c-da849a56a58e:trunk:14660
#5663: Autotools fixes: proper kqueue check, macro definitions

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
if USE_INOTIFY
82
82
libtransmission_a_SOURCES += watchdir-inotify.c
 
83
AM_CPPFLAGS += -DWITH_INOTIFY
83
84
endif
84
85
 
85
86
if USE_KQUEUE
86
87
libtransmission_a_SOURCES += watchdir-kqueue.c
 
88
AM_CPPFLAGS += -DWITH_KQUEUE
87
89
endif
88
90
 
89
91
if WIN32