diff options
Diffstat (limited to 'xparts/src/tde/Makefile.am')
-rw-r--r-- | xparts/src/tde/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xparts/src/tde/Makefile.am b/xparts/src/tde/Makefile.am new file mode 100644 index 00000000..0a3d28ad --- /dev/null +++ b/xparts/src/tde/Makefile.am @@ -0,0 +1,17 @@ + +INCLUDES = -I$(srcdir)/../interfaces $(all_includes) + +lib_LTLIBRARIES = libtdexparts.la + +libtdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \ + kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub +libtdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP +libtdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0 + +xpart_DIR=$(srcdir)/../interfaces +xparthost_DIR=$(srcdir)/../interfaces +xbrowsersignals_DIR=$(srcdir)/../interfaces +xbrowserextension_DIR=$(srcdir)/../interfaces + +METASOURCES = AUTO + |