From 0e348d9ba5f420c669a3d19eebde5694f6b34f2d Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Fri, 28 Jun 2024 14:20:37 +0900 Subject: Delete unused m4 file --- m4/module.m4 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 m4/module.m4 diff --git a/m4/module.m4 b/m4/module.m4 deleted file mode 100644 index 69767d9..0000000 --- a/m4/module.m4 +++ /dev/null @@ -1,9 +0,0 @@ -# DISP_MODULE(name, ld_flags) -# Create a new display module, namely a shared library called -# "./.libs/NAME.so.0". LD_FLAGS provides addotionnal libraries to link -# against. -AC_DEFUN([DISP_MODULE], - [noinst_LTLIBRARIES = $1.la - $1_la_SOUCES = $1.c - $1_la_LDFLAGS = -module -rpath @abs_srcdir@ $2 -]) -- cgit v1.2.3