Commit d60553b6 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add missing files to Makefile.am

parent 0aa41c9b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ nornsincludedir=$(includedir)/norns
nornsinclude_HEADERS = \
	norns/norns.h \
	norns/norns_backends.h \
	norns/norns_error.h
	norns/norns_error.h \
	norns/norns_resources.h \
	norns/norns_types.h

include_HEADERS = \
	norns.h
+9 −4
Original line number Diff line number Diff line
@@ -63,17 +63,22 @@ liburd_aux_la_SOURCES = \
	defaults.hpp \
	io-task.cpp \
	io-task.hpp \
	thread-pool.hpp \
	pool/thread-pool.hpp \
	pool/thread-pool-queue.hpp \
	job.hpp \
	logger.hpp \
	make-unique.hpp \
	resources.hpp \
	resources/local-path.hpp \
	resources/memory-buffer.hpp \
	resources/remote-path.hpp \
	resources/resource-base.hpp \
	resources/resource.hpp \
	resources/resource-info.hpp \
	resources/shared-path.hpp \
	settings.cpp \
	settings.hpp \
	signal-listener.hpp \
	thread-pool.hpp \
	thread-pool/thread-pool.hpp \
	thread-pool/thread-pool-queue.hpp \
	urd.cpp	\
	urd.hpp	\
	utils.cpp \