mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
23 lines
406 B
Text
23 lines
406 B
Text
|
noinst_LIBRARIES = libfilewatcher.a
|
||
|
|
||
|
AM_CPPFLAGS = -DNDEBUG
|
||
|
|
||
|
libfilewatcher_a_SOURCES = \
|
||
|
file-watcher.cpp \
|
||
|
FileWatcher.cpp \
|
||
|
FileWatcherLinux.cpp \
|
||
|
FileWatcherOSX.cpp \
|
||
|
FileWatcherWin32.cpp
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
file-watcher.h \
|
||
|
FileWatcher.h \
|
||
|
FileWatcherLinux.h \
|
||
|
FileWatcherOSX.h \
|
||
|
FileWatcherWin32.h
|
||
|
|
||
|
extra_DIST = \
|
||
|
README \
|
||
|
ReadMe.txt \
|
||
|
License.txt
|