17 lines
233 B
Makefile
17 lines
233 B
Makefile
AUTOMAKE_OPTIONS = nostdinc
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_builddir)/include \
|
|
-I$(top_srcdir)/include
|
|
|
|
#noinst_HEADERS =
|
|
|
|
|
|
lib_LTLIBRARIES = libqsesttp.la
|
|
libqsesttp_la_SOURCES =
|
|
|
|
if ENABLE_CXX
|
|
libqsesttp_la_SOURCES += Sttp.cpp
|
|
endif
|
|
|