From ea1947ffcc606d757357398b24e74a3f4ecefa07 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 20 Oct 2021 14:54:27 +0000 Subject: Initial commit from steward-fu release --- modules/libsdlhandler/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/libsdlhandler/Makefile.am (limited to 'modules/libsdlhandler/Makefile.am') diff --git a/modules/libsdlhandler/Makefile.am b/modules/libsdlhandler/Makefile.am new file mode 100644 index 0000000..2c0f0b0 --- /dev/null +++ b/modules/libsdlhandler/Makefile.am @@ -0,0 +1,15 @@ +## Process this file with automake to produce Makefile.in + +#AUTOMAKE_OPTIONS = no-dependencies foreign + +lib_LTLIBRARIES = libsdlhandler.la + +libsdlhandler_la_SOURCES = libsdlhandler.c +libsdlhandler_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include +libsdlhandler_la_LDFLAGS = -s -module -no-undefined -avoid-version +libsdlhandler_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS) + +## Make sure these will be cleaned even when they're not built by +## default. +CLEANFILES = libsdlhandler.la + -- cgit v1.2.3