diff options
author | aneejit1 <aneejit1@gmail.com> | 2020-06-22 21:54:26 +0000 |
---|---|---|
committer | aneejit1 <aneejit1@gmail.com> | 2023-07-23 19:53:17 +0000 |
commit | 0ac75d6e824f769a5157c3f6052120259905b07a (patch) | |
tree | 2a7002386ba44afabf1c4686d1dfa7b80997894c /xparts/xpart_notepad | |
parent | b9781b38d8fd868d592d6dee0417f6ab0ea57ac5 (diff) | |
download | tdebindings-0ac75d6e824f769a5157c3f6052120259905b07a.tar.gz tdebindings-0ac75d6e824f769a5157c3f6052120259905b07a.zip |
Remove '-L$(prefix)/lib' to prevent multi-arch build issues
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r-- | xparts/xpart_notepad/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/Makefile.am b/xparts/xpart_notepad/Makefile.am index 5916508b..f09ec92a 100644 --- a/xparts/xpart_notepad/Makefile.am +++ b/xparts/xpart_notepad/Makefile.am @@ -10,7 +10,7 @@ xparthost_DIR=$(srcdir)/../src/interfaces xp_notepad_SOURCES = xp_notepad.cpp xpart.skel xparthost.stub xp_notepad_LDADD = $(LIB_TQT) $(LIB_TDECORE) -lDCOP ../src/tde/libtdexparts.la #xp_notepad_LDFLAGS = -L$(prefix)/lib -lxpcom $(all_libraries) -xp_notepad_LDFLAGS = -L$(prefix)/lib $(all_libraries) +xp_notepad_LDFLAGS = $(all_libraries) shell_xparthost_SOURCES = shell_xparthost.cpp shell_xparthost_LDADD = $(LIB_TQT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) $(top_builddir)/xparts/src/tde/libtdexparts.la |