blob: 625869eb492220c58e0b39d9ad7fa515b06668e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|