[Bug 928] issues with installClient target of Hylafax
[email protected] Wed, 5 May 2010 11:46:53 -0400
| Newsgroups | gmane.comp.telephony.fax.hylafax.devel |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.hylafax.org/show_bug.cgi?id=928 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |ASSIGNED ------- Comment #1 from [email protected] 2010-05-05 11:46 ------- Praneeth, does the following fix all these for you? diff --git a/Makefile.in b/Makefile.in index c023ea9..8f570f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -287,6 +287,7 @@ install: makeDirs makeDevices fi CLIENTDIRS=\ + libhylafax \ faxalter \ faxcover \ faxmail \ @@ -308,14 +309,14 @@ installClient: makeClientDirs (${ECHO} "= "$$i; cd $$i; ${MAKE} installClient) || exit 1; \ done @if [ "@DSO@" != no ]; then \ - for i in util; do \ + for i in libhylafax; do \ (${ECHO} "= "$$i; cd $$i; ${MAKE} installDSO) || exit 1; \ done; \ else \ true; \ fi @if [ "@NLS@" = yes ]; then \ - (${ECHO} "= po"; cd po; ${MAKE} installClient || exit 1; \ + (${ECHO} "= po"; cd po; ${MAKE} installClient) || exit 1; \ else \ true; \ fi -- Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ____________________ HylaFAX(tm) Developers Mailing List ____________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe [email protected] < /dev/null