Raw File
Makefile.am
bin_PROGRAMS = mssig
mssig_SOURCES = example.cpp interval.cpp

# set the include path found by configure
INCLUDES= $(all_includes)

# the library search path.
mssig_LDFLAGS = $(all_libraries) 
noinst_HEADERS = interval.h
back to top