Makefile.am 191 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 ## Makefile.am for the SDL file library noinst_LTLIBRARIES = libfile.la # Include the architecture-independent sources COMMON_SRCS = \ SDL_rwops.c libfile_la_SOURCES = $(COMMON_SRCS)