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.
tdewebdev/quanta/parts/kafka/Makefile.am

26 lines
826 B

SUBDIRS = . pics
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
noinst_LTLIBRARIES = libkafkalibrary.la
libkafkalibrary_la_SOURCES = htmlenhancer.cpp domtreeview.cpp kafkacommon.cpp \
kafkahtmlpart.cpp nodeproperties.cpp wkafkapart.cpp undoredo.cpp kafkasyncoptionsui.ui \
htmldocumentpropertiesui.ui kafkasyncoptions.cpp htmldocumentproperties.cpp cursors.cpp \
kafkadragobject.cpp
libkafkalibrary_la_METASOURCES = AUTO
libkafkalibrary_la_LDFLAGS = $(all_libraries)
libkafkalibrary_la_LIBADD = $(LIB_TDEHTML)
kafkapartdir = $(kde_datadir)/kafkapart
kafkapart_DATA = entities
AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \
-I$(top_srcdir)/quanta/src \
-I$(top_srcdir)/quanta/project \
-I$(top_srcdir)/quanta/parsers \
-I$(top_srcdir)/quanta/treeviews \
-I$(top_srcdir)/lib \
$(all_includes)
noinst_HEADERS = kafkadragobject.h