summaryrefslogtreecommitdiff
path: root/sd_login/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sd_login/Makefile')
-rw-r--r--sd_login/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd_login/Makefile b/sd_login/Makefile
index bed4104..763ab3c 100644
--- a/sd_login/Makefile
+++ b/sd_login/Makefile
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-files.src.gen += systemd_process.go
+files.src.gen += systemd_process.go systemd_cgroup_skip_gen.go
files.generate: $(files.src.gen)
maintainer-clean:
@@ -22,4 +22,6 @@ maintainer-clean:
%.go: %.go.gen
./$^ > $@
+systemd_cgroup_skip_gen.go: systemd_cgroup_skip.go
+
.DELETE_ON_ERROR: