Add nls.h to Makefile.
authorMilan Broz <gmazyland@gmail.com>
Mon, 16 Nov 2009 20:15:44 +0000 (20:15 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 16 Nov 2009 20:15:44 +0000 (20:15 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@146 36d66b0a-2a48-0410-832c-cd162a569da5

lib/Makefile.am

index ab75137..5f44d11 100644 (file)
@@ -39,6 +39,7 @@ libcryptsetup_la_LIBADD = \
 libcryptsetup_la_SOURCES = \
        setup.c                                 \
        internal.h                              \
+       nls.h                                   \
        blockdev.h                              \
        libcryptsetup.h                         \
        utils.c                                 \