aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-06-28 14:20:37 +0900
committerTristan Riehs <tristan.riehs@bordeaux-inp.fr>2024-06-28 14:20:37 +0900
commit0e348d9ba5f420c669a3d19eebde5694f6b34f2d (patch)
tree5ad204322c00ed7a1e87684b96e5536e87e43d99
parentbdcaf8ea6adb90470bbd75ee143da65e4a2b618e (diff)
Delete unused m4 file
-rw-r--r--m4/module.m49
1 files changed, 0 insertions, 9 deletions
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
-])