summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ea9c7d..2a78c4f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,12 @@ CFLAGS += -DMAINTAINER='"$(shell grep ^Maintainer: debian/control | cut -b13-)"'
#CFLAGS += -pg
#LDFLAGS += -pg
-LDLIBS = -lpub
+#LDLIBS = -lpub
all : grep-dctrl grep-dctrl.1
grep-dctrl : grep-dctrl.o msg.o predicate.o util.o fsaf.o paragraph.o \
- fieldtrie.o rc.o strutil.o
+ fieldtrie.o rc.o strutil.o getaline.o fnutil.o
%.test : %.test.o