diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-02 22:05:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-02 22:05:47 (EDT) |
commit | 8723b91435c7a7b9804ee119514e1ec3ffee920a (patch) | |
tree | 45a732354c0831eb5ad3bda36d3f0001bb9b65bd | |
parent | 97c3f7862d79a7dd35676f1a34dfa58dfec75454 (diff) |
Add "metadata" macro to the main makefile.
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 87c072d..0b45297 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,6 +27,7 @@ libdir = @libdir@ datadir = @datadir@ mandir = @mandir@ libopkbuild = @libopkbuild@ +metadata = @metadata@ DESTDIR = / |