blob: f70a0fe257a98bff6b23c71cec3840d8f6867017 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- src/Makefile.am.orig Wed Sep 15 05:25:25 2004
+++ src/Makefile.am Mon Sep 20 01:49:53 2004
@@ -7,5 +7,5 @@
# the library search path.
gps_LDFLAGS = $(all_libraries)
noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h
-gps_LDADD = -ldbi -ldl
+gps_LDADD = -ldbi
METASOURCES = AUTO
|