From: Hugo Villeneuve Date: Mon, 7 Apr 2014 04:04:09 +0000 (-0400) Subject: Add missing gettext header file to distribution X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=5ee456d5237d07173af7b292f76cbb8c8acedd1d;p=hvgrip.git Add missing gettext header file to distribution --- diff --git a/src/Makefile.am b/src/Makefile.am index 5ef9437..27f0deb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,7 +51,8 @@ grip_SOURCES = \ eggtrayicon.c \ eggtrayicon.h \ tray.c \ - tray.h + tray.h \ + gettext.h grip_LDADD = @TERMINAL_WIDGET_LIBS@ $(CDPAR_LIBS) $(ID3_LIBS)