From 7dcd983360c308b66b3a9c8fa60f056649ce8f61 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Mon, 16 Nov 2009 20:15:44 +0000 Subject: [PATCH] Add nls.h to Makefile. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@146 36d66b0a-2a48-0410-832c-cd162a569da5 --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index ab75137..5f44d11 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -39,6 +39,7 @@ libcryptsetup_la_LIBADD = \ libcryptsetup_la_SOURCES = \ setup.c \ internal.h \ + nls.h \ blockdev.h \ libcryptsetup.h \ utils.c \ -- 2.7.4