From c8c7dba9f7e765e986b299b7d2fc86378ceb19d1 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 19 Mar 2001 03:03:30 +0000 Subject: [PATCH] adjusted autobreak to incluide signames.c --- src/Makefile.am | 2 ++ src/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 1ee5830..de738d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,8 @@ pstree_LDADD = @TERMCAP_LIB@ BUILT_SOURCES = signames.h +EXTRA_DIST = signames.c + signames.h: signames.c @CPP@ -dM $< |\ tr -s '\t ' ' ' | sort -n +2 | sed \ diff --git a/src/Makefile.in b/src/Makefile.in index 984c618..401dc1f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -77,6 +77,8 @@ pstree_SOURCES = pstree.c comm.h pstree_LDADD = @TERMCAP_LIB@ BUILT_SOURCES = signames.h + +EXTRA_DIST = signames.c mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = -- 2.40.0