Switch to side-by-side view

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
 
 AM_CPPFLAGS = -DDEBUG -g -Wall \
-            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\"
+            -DDATADIR=\"${pkgdatadir}\" -DCONFIGDIR=\"${sysconfdir}\" \
+            -DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
 
 AM_CXXFLAGS = -std=c++0x