New header file.
authormdw <mdw>
Wed, 30 Jan 2002 09:28:06 +0000 (09:28 +0000)
committermdw <mdw>
Wed, 30 Jan 2002 09:28:06 +0000 (09:28 +0000)
Makefile.am

index b536981..5fe3ce5 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 2002/01/25 19:34:45 mdw Exp $
+## $Id: Makefile.am,v 1.2 2002/01/30 09:28:06 mdw Exp $
 ##
 ## Makefile for jog
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.2  2002/01/30 09:28:06  mdw
+## New header file.
+##
 ## Revision 1.1  2002/01/25 19:34:45  mdw
 ## Initial revision
 ##
@@ -37,7 +40,7 @@ AUTOMAKE_OPTIONS = foreign
 bin_PROGRAMS = jogrx
 
 jogrx_SOURCES = \
-       main.c \
+       main.c jog.h \
        err.c rxglue.c txport.c serial.c \
        err.h rxglue.h txport.h serial.h \
        tx-socket.c tx-socket.h \