You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/xparts/src/kde/Makefile.am

18 lines
575 B

INCLUDES = -I$(srcdir)/../interfaces $(all_includes)
lib_LTLIBRARIES = libkdexparts.la
libkdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \
kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub
libkdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
libkdexparts_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