summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/chello/src-Makefile.am
blob: 51e7609fa4c3eb5cca3e51dc23b88e1c56af5c4a (plain)
1
2
3
4
5
6
7
8
bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.c

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

# the library search path.
%{APPNAMELC}_LDFLAGS = $(all_libraries)