diff options
author | rcyeske <rcyeske> | 2001-02-11 04:59:40 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-11 04:59:40 +0000 |
commit | 3b43684c95a2e1a07000b50e92f38a4e3dd33457 (patch) | |
tree | 09ba6972be9f68d5b94fa4e7af365c6c91310412 /src/Makefile.am | |
parent | e8feedf55d84f76884b537d2a789daab6df566f6 (diff) | |
download | ratpoison-3b43684c95a2e1a07000b50e92f38a4e3dd33457.zip |
(ratpoison_SOURCES): added messages.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 99f2147..57c7570 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,4 +3,4 @@ bin_PROGRAMS = ratpoison ratpoison_SOURCES = bar.c bar.h conf.h data.h events.c events.h \ input.c input.h list.c list.h main.c manage.c manage.h number.c \ number.h ratpoison.h actions.h actions.c getopt.c getopt1.c getopt.h \ -communications.h communications.c +communications.h communications.c messages.h |