blob: 175311681513f5425dfa767380d8ac525528e2b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# We need exceptions since they are used to report all MI access errors.
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
METASOURCES = AUTO
INCLUDES = $(all_includes)
lib_LTLIBRARIES = libgdbmi_parser.la
libgdbmi_parser_la_LDFLAGS = $(all_libraries)
libgdbmi_parser_la_LIBADD = $(LIB_TQT)
libgdbmi_parser_la_SOURCES = gdbmi.cpp miparser.cpp milexer.cpp
|