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.
14 lines
359 B
14 lines
359 B
noinst_LTLIBRARIES = libmessages.la
|
|
|
|
libmessages_la_SOURCES = messageoutput.cpp messageitem.cpp annotationoutput.cpp
|
|
METASOURCES = AUTO
|
|
|
|
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)/lib \
|
|
$(all_includes)
|
|
|
|
noinst_HEADERS = annotationoutput.h
|