Build qlo10k1 with local ld10k1

Build qlo10k1 with local ld10k1.
This commit is contained in:
Takashi Iwai 2005-06-01 16:10:51 +00:00
parent 669abbbda2
commit ca7cb411ff
5 changed files with 14 additions and 10 deletions

View file

@ -4,12 +4,10 @@
# of the other Makefile.am variables
bin_PROGRAMS = qlo10k1
AM_CPPFLAGS = $(LD10K1_CFLAGS)
AM_CXXFLAGS= $(QT_CXXFLAGS)
AM_LDFLAGS = $(LD10K1_LDFLAGS)
AM_CXXFLAGS= @QT_CXXFLAGS@ @LD10K1_CFLAGS@
# the libraries to link against.
qlo10k1_LDADD = $(LDADD) $(QT_LDADD)
qlo10k1_LDADD = $(LDADD) @QT_LDADD@ @LD10K1_LIBS@
EXTRA_DIST = dlgs/connectionwizardbase.ui dlgs/filecontroldialogbase.ui dlgs/filecontrolsdialogbase.ui \
dlgs/loadpatchdialogbase.ui dlgs/mainwndbase.ui dlgs/patchdialogbase.ui dlgs/preferencesbase.ui \