aboutsummaryrefslogtreecommitdiffstats
path: root/games/lpairs/files/patch-lpairs_Makefile.am
blob: 40fefc419065532b5929bd12002bfe8f43a66b9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lpairs/Makefile.am.orig 2018-11-02 16:43:54 UTC
+++ lpairs/Makefile.am
@@ -6,6 +6,10 @@ DEFS = @DEFS@ @inst_flag@ @sound_flag@ @
 bin_PROGRAMS = lpairs
 lpairs_SOURCES = main.c pairs.c dynlist.c sdl.c cfg.c menu.c sndsrv.c
 
+lpairs_LDADD = \
+   $(INTLLIBS)
+
+
 #source
 EXTRA_DIST = main.c pairs.c dynlist.c sdl.c cfg.c menu.c sndsrv.c \
 pairs.h dynlist.h sdl.h cfg.h menu.h sndsrv.h gettext.h \