aboutsummaryrefslogtreecommitdiffstats
path: root/comms/asmodem/files/patch-ac
blob: 70c13384e1c805b63fb7795b190ef370450686c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Imakefile.orig  Sat Mar  1 09:48:45 1997
+++ Imakefile   Fri Oct  1 02:09:36 1999
@@ -1,12 +1,12 @@
 
-XPMLIB = -L/usr/lib/X11 -lXpm   
+XPMLIB = -lXpm   
 DEPLIBS = $(DEPXLIB) 
 
 LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)  
 
 LINTLIBS = $(LINTXLIB)
 
-SRCS = asmodem.cpp
+SRCS = asmodem.c
 OBJS = asmodem.o
 
 ComplexProgramTarget(asmodem)