diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:05:26 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 23:05:26 (EST) |
commit | 6d76e26d1a877d418db42c460e741933d15c05e1 (patch) | |
tree | 846e32bdaf1703f3c4016f062d160672adc68d7a /locale | |
parent | 36a3f73cd01482f8efd838341884794b48c7fe75 (diff) |
Switch to using GNU Automake
Diffstat (limited to 'locale')
-rw-r--r-- | locale/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/local.mk b/locale/local.mk index 7f75252..237508d 100644 --- a/locale/local.mk +++ b/locale/local.mk @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -locale_srcs = \ +locale_sources = \ locale/en_MID/libopkbuild_1.sh \ locale/en_US/libopkbuild_1.sh \ locale/en_US/opkbuild.sh |