summaryrefslogtreecommitdiff
path: root/databases/hk_classes/files/patch-utilities::Makefile.in
blob: 50fd0539519a7b2d9ec787c581d6d4cfdb521de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- utilities/Makefile.in.orig	Sun Mar 14 20:49:52 2004
+++ utilities/Makefile.in	Sun Apr  4 01:58:38 2004
@@ -150,25 +150,25 @@
 		hk_importcsv hk_report 
 
 
-hk_report_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_report_LDFLAGS = -lhk_classes -L../hk_classes
 hk_report_SOURCES = hk_reportutility.cpp
 
 
-#hk_webform_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+#hk_webform_LDFLAGS = -lhk_classes -L../hk_classes
 #hk_webform_SOURCES = hk_webformutility.cpp
-hk_actionquery_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_actionquery_LDFLAGS = -lhk_classes -L../hk_classes
 hk_actionquery_SOURCES = hk_actionqueryutility.cpp
 
-hk_exportxml_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_exportxml_LDFLAGS = -lhk_classes -L../hk_classes
 hk_exportxml_SOURCES = hk_exportxmlutility.cpp
 
-hk_exportcsv_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_exportcsv_LDFLAGS = -lhk_classes -L../hk_classes
 hk_exportcsv_SOURCES = hk_exportcsvutility.cpp
 
-hk_exporthtml_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_exporthtml_LDFLAGS = -lhk_classes -L../hk_classes
 hk_exporthtml_SOURCES = hk_exporthtmlutility.cpp
 
-hk_importcsv_LDFLAGS = -lhk_classes -ldl -L../hk_classes
+hk_importcsv_LDFLAGS = -lhk_classes -L../hk_classes
 hk_importcsv_SOURCES = hk_importcsvutility.cpp
 
 man_MANS = hk_report.1man hk_actionquery.1man hk_exportxml.1man hk_exporthtml.1man hk_exportcsv.1man hk_importcsv.1man