diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 41 | 
1 files changed, 40 insertions, 1 deletions
| @@ -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 | 
