From 24b3afa684e57176f5068fd5896679ae0fa047ad Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 9 Jan 2023 11:29:22 +0100 Subject: Add process.h: is_running() --- Makefile | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7cbabb..2f30ad3 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ PROGSRC=\ file.cpp \ mime.cpp \ os.cpp \ + process.cpp \ stringhelper.cpp \ tempfile.cpp \ url.cpp @@ -90,7 +91,45 @@ ADD_DEP=Makefile DISTFILES=$(shell git ls-files 2>/dev/null) ifeq ($(DISTFILES),) DISTFILES= \ - +Makefile \ +archive.h \ +base64.cpp \ +base64.h \ +common.mk \ +debian/README.Debian \ +debian/changelog \ +debian/compat \ +debian/control \ +debian/copyright \ +debian/libreichwein-dev.install \ +debian/libreichwein0.install \ +debian/rules \ +debian/source/format \ +file.cpp \ +file.h \ +mime.cpp \ +mime.h \ +os.cpp \ +os.h \ +process.cpp \ +process.h \ +remote-install.sh \ +stringhelper.cpp \ +stringhelper.h \ +tempfile.cpp \ +tempfile.h \ +tests/Makefile \ +tests/test-archive.cpp \ +tests/test-base64.cpp \ +tests/test-file.cpp \ +tests/test-mime.cpp \ +tests/test-os.cpp \ +tests/test-process.cpp \ +tests/test-stringhelper.cpp \ +tests/test-tempfile.cpp \ +tests/test-url.cpp \ +url.cpp \ +url.h endif dist: clean -- cgit v1.2.3