Files
rtorrent/src/utils/Makefile.am
T
skydrome b113a02584 Fix warning on automake-1.12.4
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
2013-05-09 14:00:09 -04:00

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)