File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ INCLUDES = -I../ -I$(srcdir)/httpserver/
2020METASOURCES = AUTO
2121lib_LTLIBRARIES = libhttpserver.la
2222libhttpserver_la_SOURCES = string_utilities.cpp webserver.cpp http_utils.cpp http_endpoint.cpp http_request.cpp http_response.cpp http_resource.cpp
23- noinst_HEADERS = httpserver/details/event_tuple.hpp httpserver/details/http_resource_mirror.hpp httpserver/ string_utilities.hpp gettext.h
24- nobase_include_HEADERS = httpserver.hpp httpserver/create_webserver.hpp httpserver/webserver.hpp httpserver/http_utils.hpp httpserver/http_endpoint.hpp httpserver/http_request.hpp httpserver/http_response.hpp httpserver/http_resource.hpp httpserver/binders.hpp httpserver/event_supplier.hpp
23+ noinst_HEADERS = httpserver/string_utilities.hpp gettext.h
24+ nobase_include_HEADERS = httpserver.hpp httpserver/create_webserver.hpp httpserver/webserver.hpp httpserver/http_utils.hpp httpserver/http_endpoint.hpp httpserver/http_request.hpp httpserver/http_response.hpp httpserver/http_resource.hpp httpserver/binders.hpp httpserver/event_supplier.hpp httpserver/details/event_tuple.hpp httpserver/details/http_resource_mirror.hpp
2525AM_CXXFLAGS += -fPIC -Wall
2626libhttpserver_la_LIBADD = -lmicrohttpd
2727libhttpserver_la_LDFLAGS =
Original file line number Diff line number Diff line change 99#include " httpserver/http_response.hpp"
1010#include " httpserver/http_request.hpp"
1111#include " httpserver/event_supplier.hpp"
12+ #include " httpserver/details/event_tuple.hpp"
13+ #include " httpserver/details/http_resource_mirror.hpp"
1214#include " httpserver/webserver.hpp"
1315
1416#endif
You can’t perform that action at this time.
0 commit comments