bin_PROGRAMS = hello
hello_SOURCES = hello.cpp

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

# the library search path.
hello_LDFLAGS = $(all_libraries) 
