projects
/
hvgrip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c664ac
)
Add missing gettext header file to distribution
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 7 Apr 2014 04:04:09 +0000
(
00:04
-0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 18 Sep 2023 20:56:56 +0000
(16:56 -0400)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
5ef9437
..
27f0deb
100644
(file)
--- 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)