summaryrefslogtreecommitdiff
blob: 69d2f7b341ba8e90c0f29b6d82e9ec6f0d22296e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: vbetool-1.0/Makefile.am
===================================================================
--- vbetool-1.0.orig/Makefile.am
+++ vbetool-1.0/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
 
 sbin_PROGRAMS = vbetool
 
-vbetool_LDADD = $(libdir)/libpci.a
+vbetool_LDADD = -lpci -lz -lx86
 
 man_MANS = vbetool.1
 vbetool_SOURCES = vbetool.c $(x86)
@@ -14,4 +14,3 @@ maintainer-clean-local: 
 	$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
 
 AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = -lz -lx86