From 87f4c655ea05f8b46a6bf89a486a50ef0ca774bd Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Mon, 10 Aug 2015 13:53:15 -0500 Subject: [PATCH] Ephoto: Include gettext.h --- src/bin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index bde2f99..fbd6f27 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -22,5 +22,5 @@ ephoto_SOURCES = \ ephoto_slideshow.c \ ephoto_cropper.c -noinst_HEADERS = ephoto.h -EXTRA_DIST = ephoto.h +noinst_HEADERS = ephoto.h gettext.h +EXTRA_DIST = ephoto.h gettext.h