mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-09 03:32:29 +00:00
b113a02584
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
15 lines
272 B
Makefile
15 lines
272 B
Makefile
noinst_LIBRARIES = libsub_utils.a
|
|
|
|
libsub_utils_a_SOURCES = \
|
|
directory.cc \
|
|
directory.h \
|
|
file_status_cache.cc \
|
|
file_status_cache.h \
|
|
list_focus.h \
|
|
lockfile.cc \
|
|
lockfile.h \
|
|
socket_fd.cc \
|
|
socket_fd.h
|
|
|
|
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|