diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a10925..6baf5b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.14 2003/03/31 07:06:23 sabetts Exp $ +## $Id: Makefile.am,v 1.15 2003/04/08 00:00:49 sabetts Exp $ bin_PROGRAMS = ratpoison @@ -38,6 +38,7 @@ ratpoison_SOURCES = actions.c \ getopt1.c \ input.c \ input.h \ + linkedlist.h \ main.c \ manage.c \ manage.h \ |