diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-01 23:09:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-01 23:09:08 +0900 |
commit | c9f587dbd05a31aa98fdd4bcd2eb601202fbb442 (patch) | |
tree | 705306463f9ef9ce24a13e7e48e25d1edb93488a /smoke | |
parent | b115ab4c4f934d8d6007fccad8326cdee5d67884 (diff) | |
download | tdebindings-c9f587dbd05a31aa98fdd4bcd2eb601202fbb442.tar.gz tdebindings-c9f587dbd05a31aa98fdd4bcd2eb601202fbb442.zip |
Fixed FTBFS and detection of tdenewstuff.
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tde/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tde/tde_header_list | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/smoke/tde/Makefile.am b/smoke/tde/Makefile.am index 69e97775..36670c88 100644 --- a/smoke/tde/Makefile.am +++ b/smoke/tde/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am libsmoketde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH) # the libraries to link against. -libsmoketde_la_LIBADD = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_TDESPELL) $(LIB_TDEUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP -ltdefx -lknewstuff -ltdemdi +libsmoketde_la_LIBADD = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_TDESPELL) $(LIB_TDEUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP -ltdefx -ltdenewstuff -ltdemdi x_sources = x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ diff --git a/smoke/tde/tde_header_list b/smoke/tde/tde_header_list index f6491c4f..c72c2081 100644 --- a/smoke/tde/tde_header_list +++ b/smoke/tde/tde_header_list @@ -432,9 +432,9 @@ tdeio/uiserver.h tdeio/uiserver_stub.h netwm_def.h netwm.h -knewstuff/knewstuff.h -knewstuff/knewstuffsecure.h -knewstuff/engine.h -knewstuff/entry.h -knewstuff/provider.h +tdenewstuff/knewstuff.h +tdenewstuff/knewstuffsecure.h +tdenewstuff/engine.h +tdenewstuff/entry.h +tdenewstuff/provider.h |