diff options
author | Karel Zak <kzak@redhat.com> | 2013-02-28 19:41:32 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-03-01 11:50:18 +0100 |
commit | 83906a9b920c05a5cf6a89beaee4ab7297cf2e31 (patch) | |
tree | aad1481eb01ecd41efd20f6e37ec6b2228af8291 /autogen.sh | |
parent | 3804212cc804496a6e57c429afaab6d0d9237c8c (diff) |
build-sys: add automake stuff for src/efi
- implemented by on automake independent build rules
- uses automake _DATA for make install
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ libdir() { args="\ --sysconfdir=/etc \ +--libexecdir=/usr/lib \ --libdir=$(libdir /usr/lib)" if [ "x$1" = "xc" ]; then |