summaryrefslogtreecommitdiffstats
path: root/xparts/src/tde/Makefile.am
blob: 0a3d28ad598540f3a92ed0519a41feead9911972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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