mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-16 19:10:39 +08:00
Moved version header to base and it now uses VERSION macro
from config.h if available (which means version is now a string, not three integers). Changed version to 1.0.0 and protocol version to 1.0. And added MAINTAINERCLEANFILES to makefiles to remove generated files.
This commit is contained in:
@@ -25,6 +25,10 @@ EXTRA_DIST = \
|
||||
IMSWindowsScreenEventHandler.h \
|
||||
$(NULL)
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
Makefile.in \
|
||||
$(NULL)
|
||||
|
||||
noinst_LIBRARIES = libplatform.a
|
||||
libplatform_a_SOURCES = \
|
||||
CPlatform.cpp \
|
||||
|
||||
Reference in New Issue
Block a user