## Process this file with automake to produce Makefile.in ## this file maintained at http://git.mdcc.cx/uruk.git ## Copyright (C) 2003, 2004 Joost van Baal ## Copyright (C) 2012, 2015, 2024 Joost van Baal-Ilić ## This script is free software; you can distribute it and/or modify it ## under the terms of the GNU GPL. See the file COPYING. PACKAGE = @PACKAGE_TARNAME@ docdir = $(datadir)/doc/$(PACKAGE) doc_DATA = docker-and-iptables.txt ## /lib/uruk/ netnslibdir = $(libexecdir)/$(PACKAGE) netnslib_SCRIPTS = docker-netns # exampledir = $(datadir)/doc/$(PACKAGE)/examples example_DATA = docker-netns.service docker-override.conf ### # to be installed as /lib/systemd/system/uruk.service ### systemddir = $(libexecdir)/systemd/system ### systemd_DATA = uruk.service EXTRA_DIST = $(netnslib_SCRIPTS) $(doc_DATA) $(example_DATA) WTFPL-2