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.
19 lines
589 B
19 lines
589 B
noinst_LTLIBRARIES = libdialogs.la
|
|
|
|
libdialogs_la_SOURCES = copyto.cpp dirtydialog.ui dirtydlg.cpp \
|
|
donationdialog.ui dtdselectdialog.ui fourbuttonmessagebox.ui casewidget.ui \
|
|
actionconfigdialogs.ui actionconfigdialog.cpp filecombo.cpp specialchardialogs.ui \
|
|
specialchardialog.cpp dtepeditdlgs.ui dtepstructureeditdlgs.ui dtepeditdlg.cpp \
|
|
loadentitydlgs.ui
|
|
|
|
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/quanta/utility \
|
|
-I$(top_srcdir)/quanta/parsers \
|
|
-I$(top_srcdir)/quanta/src \
|
|
$(KMDI_INCLUDES) $(all_includes)
|
|
|
|
SUBDIRS = settings tagdialogs
|
|
|