diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-03 11:16:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-03 11:16:20 +0100 |
commit | e9161820ef28794740cb97a1981b2e818a0e7ac0 (patch) | |
tree | 2aeec20fafebc92e978c4461eab224212d94d25a /doc | |
parent | bug fix (diff) | |
download | librarian-e9161820ef28794740cb97a1981b2e818a0e7ac0.tar.gz librarian-e9161820ef28794740cb97a1981b2e818a0e7ac0.tar.bz2 librarian-e9161820ef28794740cb97a1981b2e818a0e7ac0.tar.xz |
add examples1.0rc1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/mylib=1.0 | 3 | ||||
-rw-r--r-- | doc/examples/mysuperlib=1.0 | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/mylib=1.0 b/doc/examples/mylib=1.0 new file mode 100644 index 0000000..3e96553 --- /dev/null +++ b/doc/examples/mylib=1.0 @@ -0,0 +1,3 @@ +CFLAGS +CPPFLAGS -I/usr/share/include/my +LDFLAGS -lmy diff --git a/doc/examples/mysuperlib=1.0 b/doc/examples/mysuperlib=1.0 new file mode 100644 index 0000000..9e6bb3a --- /dev/null +++ b/doc/examples/mysuperlib=1.0 @@ -0,0 +1 @@ +deps mylib>=0.1 |