summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/automakedll.mpt
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/templates/automakedll.mpt')
-rw-r--r--ACE/MPC/templates/automakedll.mpt14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/MPC/templates/automakedll.mpt b/ACE/MPC/templates/automakedll.mpt
new file mode 100644
index 00000000000..2bffa67ffb9
--- /dev/null
+++ b/ACE/MPC/templates/automakedll.mpt
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+conditional_include "common"
+
+lib_prefix = lib
+lib_ext = .la
+dll_ext = .la
+exe_ext =
+
+linkflags =
+includedir =
+
+conditional_include "user_automakedll"