mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
78ca5dbe86
PR: ports/70408 Submitted by: Ports Fury
16 lines
1007 B
Plaintext
16 lines
1007 B
Plaintext
--- src/Makefile.in.orig Sun Aug 1 07:29:01 2004
|
|
+++ src/Makefile.in Thu Aug 12 14:42:06 2004
|
|
@@ -255,9 +255,9 @@
|
|
noinst_HEADERS = qhaccview.h qhaccrecwin.h qhaccdialogs.h qhaccacctchsr.h transeditor.h qhaccwidget.h qhaccgrwin.h qhaccsubsetwin.h qhaccjrnlchsr.h qhacccli.h qhacclineedits.h splitdialog.h copystore.h guiconstants.h qhacclistview.h qhaccacctbox.h qhaccacctboxchsr.h qhaccacctdlg.h qhaccprefdlg.h
|
|
EXTRA_DIST = lupdate.info
|
|
SUBDIRS = pixmaps
|
|
-INCLUDES = $(all_includes) -I$(QTINCDIR) -I$(top_srcdir)/lib
|
|
-qhacc_gui_LDFLAGS = -L$(QTLIBDIR) -L$(top_builddir)/lib $(LDFLAGS) -L.
|
|
-qhacc_cli_LDFLAGS = -L$(QTLIBDIR) -L$(top_builddir)/lib $(LDFLAGS) -L.
|
|
+INCLUDES = -I$(top_srcdir)/lib $(all_includes) -I$(QTINCDIR)
|
|
+qhacc_gui_LDFLAGS = -L$(top_builddir)/lib -L. -L$(QTLIBDIR) $(LDFLAGS)
|
|
+qhacc_cli_LDFLAGS = -L$(top_builddir)/lib -L. -L$(QTLIBDIR) $(LDFLAGS)
|
|
|
|
#qhacc_gui_LDADD = -l$(QHACCQT) -lqhacc -lqhaccutils -lmpatrol -lbfd -liberty
|
|
qhacc_gui_LDADD = -l$(QHACCQT) -lqhacc -lqhaccutils
|