blob: bdbdd141bea2cedbfb7e2d661231616af056c2c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
noinst_LTLIBRARIES = libplugins.la
METASOURCES = AUTO
libplugins_la_SOURCES = quantaplugininterface.cpp quantaplugineditor.cpp quantapluginconfig.cpp quantaplugin.cpp plugineditor.ui pluginconfig.ui
AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \
-I$(top_srcdir)/quanta/parsers \
-I$(top_srcdir)/quanta/src \
-I$(top_srcdir)/quanta/project \
-I$(top_srcdir)/quanta/messages \
-I$(top_srcdir)/lib \
$(KMDI_INCLUDES) $(all_includes)
|