Reorganize some of the more random files.
[sod] / lib / sod.pc.in
diff --git a/lib/sod.pc.in b/lib/sod.pc.in
new file mode 100644 (file)
index 0000000..7b7709e
--- /dev/null
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: sod
+Description: Sensible object design, runtime library
+Version: @VERSION@
+Libs: -L${libdir} -lsod
+Cflags: -I${includedir}