aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMichael Dominic K <mdk@codethink.co.uk>2009-07-31 15:37:51 +0200
committerMichael Dominic K <mdk@codethink.co.uk>2009-07-31 15:37:51 +0200
commit5719e8ca7061071224320b6cf0515569a8faf097 (patch)
tree66b3fe077b304e9d0dc2551ddbca357f171a14c5 /common
parent14eb39cc25737642a4a589c9ccabb265fe8659dd (diff)
Compile commons correctly.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
new file mode 100644
index 00000000..8222e9a2
--- /dev/null
+++ b/common/Makefile.am
@@ -0,0 +1,5 @@
+noinst_LIBRARIES=libcommon.a
+nodist_libcommon_a_SOURCES = logging.cpp logging.h sconnect.h
+
+AM_CXXFLAGS = $(QtCore_CFLAGS)
+LIBS += $(QtCore_LIBS)