aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-05 02:02:30 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-05 02:02:30 +0100
commit7866b3323f72c17a5a7a24b44ad4cb44f7f1d6f3 (patch)
tree65b435c7c7b184fd22269f9428326a071c12349b
parentimprove clean.mk (diff)
downloadlibred-7866b3323f72c17a5a7a24b44ad4cb44f7f1d6f3.tar.gz
libred-7866b3323f72c17a5a7a24b44ad4cb44f7f1d6f3.tar.bz2
libred-7866b3323f72c17a5a7a24b44ad4cb44f7f1d6f3.tar.xz
add pkg-config and librarian files
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--src/libred.librarian1
-rw-r--r--src/libred.pc4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/libred.librarian b/src/libred.librarian
new file mode 100644
index 0000000..683e1b9
--- /dev/null
+++ b/src/libred.librarian
@@ -0,0 +1 @@
+LDFLAGS -lm -lred
diff --git a/src/libred.pc b/src/libred.pc
new file mode 100644
index 0000000..0e64187
--- /dev/null
+++ b/src/libred.pc
@@ -0,0 +1,4 @@
+Version: 1.0
+Name: libred
+Description: Solar elevation tracking and blackbody colours
+Libs: -lm -lred