2018-07-18 04:35:41 +00:00
|
|
|
AUTOMAKE_OPTIONS = nostdinc
|
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(top_builddir)/include \
|
|
|
|
-I$(top_srcdir)/include
|
|
|
|
|
|
|
|
#noinst_HEADERS =
|
|
|
|
|
2020-08-06 11:42:39 +00:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libqsesttp.la
|
|
|
|
libqsesttp_la_SOURCES =
|
2018-07-18 04:35:41 +00:00
|
|
|
|
|
|
|
if ENABLE_CXX
|
2020-08-06 11:42:39 +00:00
|
|
|
libqsesttp_la_SOURCES += Sttp.cpp
|
2018-07-18 04:35:41 +00:00
|
|
|
endif
|
|
|
|
|