Add missing gettext header file to distribution
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 7 Apr 2014 04:04:09 +0000 (00:04 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 18 Sep 2023 20:56:56 +0000 (16:56 -0400)
src/Makefile.am

index 5ef9437..27f0deb 100644 (file)
@@ -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)