summaryrefslogtreecommitdiff
path: root/sysutils/logtool-devel/files/patch-logtool::Makefile.in
blob: 0f0dbffba0c426ba676c5e1cd1310c472eb95b55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- logtool/Makefile.in.orig	Sun Feb 11 23:50:38 2001
+++ logtool/Makefile.in	Sun Feb 11 23:54:02 2001
@@ -16,6 +16,7 @@
 CC = @CC@
 INSTALL = @installprog@
 CFLAGS= @CFLAGS@ @DEFS@ @LIBS@
+LIBS=	-L/usr/local/lib -lgnugetopt
 
 ### The stuff below is (I hope) no longer needed now that we us autoconf/configure and friends
 # Solaris users should probably use the following instead (thanks Christoph Krempe <ck@ub.fu-berlin.de>)
@@ -30,7 +31,7 @@
 
 ### The main build stuff
 logtool: logtool.o $(OBJS)
-	$(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) 
+	$(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) ${LIBS}
 	@echo "strip $(PROG)"	
 	@strip $(PROG)