diff options
-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 |