blob: 3f9fd8bf6940e1655d6f90d67461fb56c9a097d2 (
plain)
1
2
3
4
5
6
7
8
9
|
bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
# set the include path found by configure
AM_CPPFLAGS = $(LIBSDL_CFLAGS) $(all_includes)
# the library search path.
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(LIBSDL_RPATH)
%{APPNAMELC}_LDADD = $(LIBSDL_LIBS)
|