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.
16 lines
441 B
16 lines
441 B
15 years ago
|
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)
|
||
|
|
||
|
|