| 1 |
INCLUDES = |
INCLUDES = |
| 2 |
lib_LIBRARIES = libparseerrormanagement.a |
noinst_LTLIBRARIES = libparseerrormanagement.la |
| 3 |
includedir = $(prefix)/include/GEDCOMParser/ParseErrorManagement |
includedir = $(prefix)/include/GEDCOMParser/ParseErrorManagement |
| 4 |
include_HEADERS = ParseError.hh ParseErrorManager.hh |
include_HEADERS = ParseError.hh ParseErrorManager.hh |
| 5 |
libparseerrormanagement_a_SOURCES = ParseError.hh ParseError.cpp ParseErrorManager.hh ParseErrorManager.cpp |
libparseerrormanagement_la_SOURCES = ParseError.hh ParseError.cpp ParseErrorManager.hh ParseErrorManager.cpp |