summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Utils/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am
new file mode 100644
index 00000000..71a8e98d
--- /dev/null
+++ b/lib/Utils/Makefile.am
@@ -0,0 +1,6 @@
+lib_LTLIBRARIES = libUtils.la
+libUtils_la_SOURCES = DebugDump.cpp DebugDump.h
+libUtils_la_LDFLAGS = -version-info 0:1:0
+
+install-data-local:
+ $(mkdir_p) '$(DEBUG_DUMPS_DIR)' \ No newline at end of file