mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* Makefile.am (man2hlp_LDADD): Set to $(GLIB_LIBS).
This commit is contained in:
parent
f537158d47
commit
cd456a3042
@ -1,5 +1,6 @@
|
||||
2002-10-15 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* Makefile.am (man2hlp_LDADD): Set to $(GLIB_LIBS).
|
||||
* man2hlp.c: Report about stale links.
|
||||
|
||||
2002-10-13 Pavel Roskin <proski@gnu.org>
|
||||
|
@ -13,6 +13,7 @@ AM_CPPFLAGS = -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = man2hlp
|
||||
man2hlp_LDADD = $(GLIB_LIBS)
|
||||
|
||||
mcmfmt_SOURCES = mfmt.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user