mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-06 10:12:30 +00:00
b113a02584
warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
16 lines
275 B
Makefile
16 lines
275 B
Makefile
noinst_LIBRARIES = libsub_input.a
|
|
|
|
libsub_input_a_SOURCES = \
|
|
bindings.cc \
|
|
bindings.h \
|
|
input_event.cc \
|
|
input_event.h \
|
|
manager.cc \
|
|
manager.h \
|
|
path_input.cc \
|
|
path_input.h \
|
|
text_input.cc \
|
|
text_input.h
|
|
|
|
AM_CPPFLAGS = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
|