blob: cc8b3c45bb6c543959bc33895632844243ab828e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: popt-1.7/Makefile.am
===================================================================
--- popt-1.7.orig/Makefile.am
+++ popt-1.7/Makefile.am
@@ -34,6 +34,7 @@ TESTS = testit.sh
include_HEADERS = popt.h
lib_LTLIBRARIES = libpopt.la
libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
+libpopt_la_LIBADD = $(LTLIBINTL)
man_MANS = popt.3
|