]> granicus.if.org Git - psmisc/commitdiff
src binaries depend on i18n.h
authorCraig Small <csmall@users.sourceforge.net>
Wed, 23 Feb 2005 02:27:01 +0000 (02:27 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Wed, 23 Feb 2005 02:27:01 +0000 (02:27 +0000)
src/Makefile.am

index a28fd8d8a1c68c6330e307eeb0d7f08bf8f602a6..1e03606a0db52205f4c02fcce6347abca0548892 100644 (file)
@@ -3,13 +3,13 @@ AM_CFLAGS = -Wall -DLOCALEDIR=\"/usr/share/locale\"
 
 bin_PROGRAMS = fuser killall pstree
 
-fuser_SOURCES = fuser.c comm.h signals.c signals.h loop.h
+fuser_SOURCES = fuser.c comm.h signals.c signals.h loop.h i18n.h
 
-killall_SOURCES = killall.c comm.h signals.c signals.h 
+killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h
 
 killall_LDADD = @FLASK_LIB@
 
-pstree_SOURCES = pstree.c comm.h
+pstree_SOURCES = pstree.c comm.h i18n.h
 
 pstree_LDADD = @TERMCAP_LIB@ @FLASK_LIB@