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.
25 lines
1018 B
25 lines
1018 B
INCLUDES= -I$(top_srcdir)/kbugbuster/backend -I$(top_srcdir)/kbugbuster/ $(all_includes)
|
|
|
|
noinst_LTLIBRARIES = libkbbmainwindow.la
|
|
|
|
libkbbmainwindow_la_SOURCES = packagelvi.cpp buglvi.cpp cwloadingwidget.cpp \
|
|
cwsearchwidget_base.ui cwsearchwidget.cpp \
|
|
cwbugdetailscontainer_base.ui \
|
|
cwbugdetailscontainer.cpp \
|
|
cwbuglistcontainer.cpp \
|
|
cwbugdetails.cpp \
|
|
centralwidget_base.ui centralwidget.cpp \
|
|
kbbmainwindow.cpp msginputdialog.cpp \
|
|
packageselectdialog.cpp messageeditor.cpp \
|
|
severityselectdialog.cpp \
|
|
preferencesdialog.cpp loadallbugsdlg.cpp \
|
|
serverconfigdialog.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
EXTRA_DIST = kbugbusterui.rc
|
|
|
|
rcdir = $(kde_datadir)/kbugbuster
|
|
rc_DATA = kbugbusterui.rc
|
|
|