bin_PROGRAMS = sidspect sidspect_SOURCES = sidspect.c # set the include path found by configure INCLUDES= $(all_includes) # the library search path. sidspect_LDFLAGS = $(all_libraries)
bin_PROGRAMS = sidspect
sidspect_SOURCES = sidspect.c
# set the include path found by configure
INCLUDES= $(all_includes)
# the library search path.
sidspect_LDFLAGS = $(all_libraries)