diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 22:41:06 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-16 22:41:06 (EDT) |
commit | 63dcb123912fbfaede4e118747fea2bc1d4ac1c4 (patch) | |
tree | 83f74981840f9181c48cbe31b8c470d36d5208b8 /Makefile.am | |
parent | 77b55d7c5e96afed14b089d739bf503225db2cc6 (diff) |
Makefile.am: Fix copying mistake
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2840306..2d25018 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,11 +48,11 @@ prokit_SHPPFLAGS = \ -DTEXTDOMAIN="$(TEXTDOMAIN)" \ -DOPKG_CERT="$(pkglibexecdir)/opkg-cert" if EMBEDDED_USIGN -pro_archman_SHPPFLAGS += \ +prokit_SHPPFLAGS += \ -DUSIGN_EMBEDDED=true \ -DUSIGN="$(pkglibexecdir)/usign$(EXEEXT)" else -pro_archman_SHPPFLAGS += \ +prokit_SHPPFLAGS += \ -DUSIGN_EMBEDDED=false \ -DUSIGN="$(USIGN)" endif |